Closed kpopdev closed 1 year ago
to fix me = channel.guild.me if hasattr(channel, 'guild') else ctx.bot.user AttributeError: 'NoneType' object has no attribute 'me'
Sorry, but making it guild only is not something I would accept. The actual error would have to be fixed rather then a bandaid solution
Closing due to inactivity
to fix me = channel.guild.me if hasattr(channel, 'guild') else ctx.bot.user AttributeError: 'NoneType' object has no attribute 'me'