From ae2cfc60a07ec08b6505a4c356077ac79513ea9d Mon Sep 17 00:00:00 2001 From: ramforth Date: Mon, 17 Nov 2025 16:29:49 +0100 Subject: [PATCH] Troubleshooting message, self statement --- chat_listener.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}")