there are two lines in the test command. I botched one of them...

This commit is contained in:
dtookey 2020-10-02 13:51:43 -04:00
parent 1993593150
commit 948877f0ee

View File

@ -14,4 +14,4 @@ class CommandTest(AbstractCommand, metaclass=ABCMeta):
def do_command(self, bot: Twitch_Module, twitch_message: twitch.chat.Message):
print("!test Detected")
bot.chat.send("test acknowledged")
twitch_message.chat.send("test acknowledged")