I have a slight issue with my code and im not sure
I’ve just started learning python and wanted to make a discord bot hoping to learn some coding on the way. Right now im trying to make a chatbot and im facing an issue. from prsaw import RandomStuff rs = RandomStuff(async_mode = True) Code: @client.event async def on_message(message): if client.user == message.author: return if message.channel.id ==… Read More I have a slight issue with my code and im not sure