diff options
author | 2023-08-14 00:23:35 +0800 | |
---|---|---|
committer | 2023-08-26 23:44:16 +0800 | |
commit | cac8e34dd1179a18ee1f14bdb57b0665df49b9b0 (patch) | |
tree | 8b88a330bcdf99127cd2e9fdbf90b39e54250a58 | |
parent | Apply suggestions from code review (diff) |
Apply suggestions from code review
Co-authored-by: Amrou Bellalouna <[email protected]>
-rw-r--r-- | bot/exts/utils/reminders.py | 2 |
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 |