From 30ff6480ecbbdbefbfc23262dc9615579fd942f5 Mon Sep 17 00:00:00 2001 From: n0Oo0Oo0b Date: Sun, 13 Aug 2023 19:36:57 +0800 Subject: Update docstring to better match function behavior --- 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 6853fff05..b1160fb80 100644 --- a/bot/exts/utils/reminders.py +++ b/bot/exts/utils/reminders.py @@ -560,7 +560,7 @@ class Reminders(Cog): """ Check whether the reminder can be modified by the ctx author. - The check passes when the user is an admin, or if they created the reminder. + The check passes if the user created the reminder, or if they are an admin (with confirmation). """ try: api_response = await self.bot.api_client.get(f"bot/reminders/{reminder_id}") -- cgit v1.2.3