aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Daniel Gu <[email protected]>2023-08-14 00:23:35 +0800
committerGravatar n0Oo0Oo0b <[email protected]>2023-08-26 23:44:16 +0800
commitcac8e34dd1179a18ee1f14bdb57b0665df49b9b0 (patch)
tree8b88a330bcdf99127cd2e9fdbf90b39e54250a58
parentApply suggestions from code review (diff)
Apply suggestions from code review
Co-authored-by: Amrou Bellalouna <[email protected]>
-rw-r--r--bot/exts/utils/reminders.py2
1 files changed, 1 insertions, 1 deletions
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