From cac8e34dd1179a18ee1f14bdb57b0665df49b9b0 Mon Sep 17 00:00:00 2001 From: Daniel Gu Date: Mon, 14 Aug 2023 00:23:35 +0800 Subject: Apply suggestions from code review Co-authored-by: Amrou Bellalouna --- bot/exts/utils/reminders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/exts/utils/reminders.py b/bot/exts/utils/reminders.py index 56df25923..cf12e279f 100644 --- a/bot/exts/utils/reminders.py +++ b/bot/exts/utils/reminders.py @@ -591,7 +591,7 @@ class Reminders(Cog): log.debug(f"{ctx.author} has cancelled reminder modification.") return confirmation_view.result - log.debug(f"{ctx.author} is not the reminder author and does not pass the check.") + log.debug(f"{ctx.author} is not the reminder's author and thus does not pass the check.") if send_on_denial: await send_denial(ctx, "You can't modify reminders of other users!") return False -- cgit v1.2.3