diff --git a/nodms/core.py b/nodms/core.py index 5ea00a9..cd2dd98 100644 --- a/nodms/core.py +++ b/nodms/core.py @@ -308,7 +308,7 @@ async def _before_invoke_hook(self, ctx: commands.Context) -> None: async def on_message_without_command(self, message: discord.Message): await self.wait_until_cache_ready() ctx: commands.Context = cast(commands.Context, await self.bot.get_context(message)) - if (message.author.id == ctx.me.id): + if message.author.id == ctx.me.id: return if ( self.cache.toggle