Troubleshooting message, self statement
This commit is contained in:
@@ -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}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user