diff --git a/chat_listener.py b/chat_listener.py index 063c246..34f9de7 100644 --- a/chat_listener.py +++ b/chat_listener.py @@ -26,7 +26,7 @@ class TwitchBot(commands.Bot): ) self.channel_name = channel_name - async def event_ready(self): + async def event_ready(self, mesage): """Called once when the bot goes online.""" print(f"Listener ready for #{self.channel_name}")