command-loader #6

Merged
alex_orid merged 15 commits from command-loader into master 2020-10-02 19:31:47 +00:00
Showing only changes of commit 948877f0ee - Show all commits

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