Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Jul 17, 2024
2 parents 5f347c0 + 009103a commit 3ea973e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodms/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ea973e

Please sign in to comment.