use ? as the prefix, someone is using the other one lol

This commit is contained in:
lickthecheese 2020-02-01 17:25:33 -05:00
parent 75f1a4c1bb
commit edf1478264
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -10,7 +10,7 @@ class Circles(teambot.Handler):
self.cmd = {}
self.raw = {}
self.help = {}
self.prefix = "."
self.prefix = "?"
print('loading modules')
self.loadMods()
print('Ready!')