File tree 3 files changed +5
-6
lines changed 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
# CloudBot
2
- [ ![ Build Status] ( https://travis-ci.org/snoonetIRC/CloudBot.svg?branch=gonzobot )] ( https://travis-ci.org/snoonetIRC/CloudBot )
3
- [ ![ CodeFactor] ( https://www.codefactor.io/repository/github/snoonetirc/cloudbot/badge/gonzobot )] ( https://www.codefactor.io/repository/github/snoonetirc/cloudbot/overview/gonzobot )
4
- [ ![ codecov] ( https://codecov.io/gh/snoonetIRC/CloudBot/branch/gonzobot/graph/badge.svg )] ( https://codecov.io/gh/snoonetIRC/CloudBot )
5
- [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/6aa6ba0ca9804f1a9530e0c1a9c39478 )] ( https://www.codacy.com/app/linuxdaemon/CloudBot?utm_source=github.com& ; utm_medium=referral& ; utm_content=snoonetIRC/CloudBot& ; utm_campaign=Badge_Grade )
2
+ [ ![ Build Status] ( https://travis-ci.com/TotallyNotRobots/CloudBot.svg?branch=gonzobot )] ( https://travis-ci.com/TotallyNotRobots/CloudBot )
3
+ [ ![ CodeFactor] ( https://www.codefactor.io/repository/github/totallynotrobots/cloudbot/badge/gonzobot )] ( https://www.codefactor.io/repository/github/totallynotrobots/cloudbot/overview/gonzobot )
4
+ [ ![ codecov] ( https://codecov.io/gh/TotallyNotRobots/CloudBot/branch/gonzobot/graph/badge.svg )] ( https://codecov.io/gh/TotallyNotRobots/CloudBot )
6
5
7
6
CloudBot is a simple, fast, expandable open-source Python IRC Bot!
8
7
Original file line number Diff line number Diff line change 123
123
"config_reloading" : true ,
124
124
"plugin_reloading" : false
125
125
},
126
- "repo_link" : " https://github.com/snoonetIRC /CloudBot/" ,
126
+ "repo_link" : " https://github.com/TotallyNotRobots /CloudBot/" ,
127
127
"logging" : {
128
128
"console_debug" : false ,
129
129
"file_debug" : false ,
Original file line number Diff line number Diff line change 15
15
16
16
def _get_repo_link (bot ):
17
17
return bot .config .get (
18
- 'repo_link' , 'https://github.com/snoonetIRC /CloudBot/'
18
+ 'repo_link' , 'https://github.com/TotallyNotRobots /CloudBot/'
19
19
)
20
20
21
21
You can’t perform that action at this time.
0 commit comments