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")