Yoan Gabison

Results 3 comments of Yoan Gabison

I receive this error only on DMs, the 2nd message to send gives me the error but ```ctx["channel"]``` is None at the beginning of the function. ``` import os import...

I tried that but it doesn't even send 1 message, because ctx.channel is None. Moreover, ctx.send works when it's not the 1st time that someone interacts with the bot

What I don't understand is that it doesn't happen when I use ```@discord.command```instead of ```@slash.command```