flaree / flare-cogs

Various cogs written for Red-DiscordBot
MIT License
76 stars 69 forks source link

make it guild only. #187

Closed kpopdev closed 1 year ago

kpopdev commented 1 year ago

to fix me = channel.guild.me if hasattr(channel, 'guild') else ctx.bot.user AttributeError: 'NoneType' object has no attribute 'me'

flaree commented 1 year ago

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

flaree commented 1 year ago

Closing due to inactivity