works, reenter normal channels

This commit is contained in:
lickthecheese 2020-02-02 16:21:40 -05:00
parent cc78234683
commit c22b3048dc
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -51,7 +51,7 @@ class Circles(teambot.Handler):
if __name__=="__main__":
chans = ['#chaos', '#lickthecheese', '#cminecraft', '#bots', '#mbgeneral']
chans = ['#chaos'] # only go in chaos while under development
#chans = ['#chaos'] # only go in chaos while under development
bot = teambot.TeamBot(chans, "circles", "localhost", chandler=Circles)
bot.start()