mategol

Results 1 comments of mategol

Maybe problem is in this if statement? ```python @client.event async def on_message(message): if message.channel.name != channel_name: pass else: # further instructions ``` because in all cases, program ignores message, and...