diff options
| author | 2018-07-21 11:18:08 +0100 | |
|---|---|---|
| committer | 2018-07-21 11:18:08 +0100 | |
| commit | a178bfcca86638e9ddd32ea1f226beb2fb059d65 (patch) | |
| tree | c50cacda7ac2ee55d1d2b969a9856c5087489d35 | |
| parent | Update incorrect site URL (diff) | |
[Verification] Fix stupid bug
| -rw-r--r-- | bot/cogs/verification.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/verification.py b/bot/cogs/verification.py index 223637be7..621610903 100644 --- a/bot/cogs/verification.py +++ b/bot/cogs/verification.py @@ -90,7 +90,7 @@ class Verification: log.trace(f"Deleting the message posted by {ctx.author}.") try: - self.modlog.ignored_deletions(ctx.message.id) + self.modlog.ignore_message_deletion(ctx.message.id) await ctx.message.delete() except NotFound: log.trace("No message found, it must have been deleted by another bot.") |