diff options
| -rw-r--r-- | bot/exts/info/doc/_cog.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/bot/exts/info/doc/_cog.py b/bot/exts/info/doc/_cog.py index eebd39451..704884fd1 100644 --- a/bot/exts/info/doc/_cog.py +++ b/bot/exts/info/doc/_cog.py @@ -344,6 +344,7 @@ class DocCog(commands.Cog):                  with suppress(discord.NotFound):                      await error_message.clear_reaction(Emojis.trashcan) +                # Make sure that we won't cause a ghost-ping by deleting the message                  if not (ctx.message.mentions or ctx.message.role_mentions):                      with suppress(discord.NotFound):                          await ctx.message.delete() | 
