diff --git a/bot.py b/bot.py index 949d181..4fae923 100644 --- a/bot.py +++ b/bot.py @@ -52,6 +52,8 @@ class Server(BaseServer): channel = line.params[0] if line.params[-1] == "!rollcall": await self.msg(channel, helpmessage, user) + if line.params[-1] == "!botlist": + await self.msg(channel, helpmessage, user) if line.params[-1][0] == '%': commands = line.params[-1][1:].split(' ') if commands[0] == "score":