Troubleshooting message, self statement

This commit is contained in:
2025-11-17 16:29:49 +01:00
parent 6520ea0b63
commit ae2cfc60a0

View File

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