aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/verification.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bot/cogs/verification.py b/bot/cogs/verification.py
index e32224554..ca7631db2 100644
--- a/bot/cogs/verification.py
+++ b/bot/cogs/verification.py
@@ -301,6 +301,9 @@ class Verification(Cog):
if message.channel.id != constants.Channels.verification:
return # Only listen for #checkpoint messages
+ if message.content == REMINDER_MESSAGE.strip():
+ return # Ignore bots own verification reminder
+
if message.author.bot:
# They're a bot, delete their message after the delay.
await message.delete(delay=BOT_MESSAGE_DELETE_DELAY)