From 948877f0eeb8c23214a2665317a449f5b2f46448 Mon Sep 17 00:00:00 2001 From: dtookey Date: Fri, 2 Oct 2020 13:51:43 -0400 Subject: [PATCH] there are two lines in the test command. I botched one of them... --- commands/implemented/command_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/implemented/command_test.py b/commands/implemented/command_test.py index 7004c6b..45fd60f 100644 --- a/commands/implemented/command_test.py +++ b/commands/implemented/command_test.py @@ -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")