From 4b9c7eba7be53edd7d123d4b0c3fdd5c4db25bf8 Mon Sep 17 00:00:00 2001 From: randomuser Date: Sun, 11 Jul 2021 18:01:23 +0000 Subject: [PATCH] add support for !botlist --- bot.py | 2 ++ 1 file changed, 2 insertions(+) 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":