fix: cocoreact no longer tries to check guild configs while in dms
This commit is contained in:
parent
b41fb3c085
commit
7f210d016d
1 changed files with 8 additions and 7 deletions
|
@ -67,6 +67,7 @@ class Galaxy(commands.Cog):
|
|||
|
||||
@commands.Cog.listener('on_message')
|
||||
async def cocoreact(self, message):
|
||||
if message.guild is not None:
|
||||
emoji = self.bot.get_emoji(await self.config.guild(message.guild).cocoemoji())
|
||||
cocotarget = await self.config.guild(message.guild).cocotarget()
|
||||
if cocotarget == 0:
|
||||
|
|
Loading…
Reference in a new issue