From 41e71d9b4618f1dfd2a4dc77e87ac91ea602a7ec Mon Sep 17 00:00:00 2001 From: Daniel Gu Date: Mon, 14 Aug 2023 00:27:24 +0800 Subject: Reply to original message when sending confirmation prompt --- 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 cf12e279f..1e3df4a53 100644 --- a/bot/exts/utils/reminders.py +++ b/bot/exts/utils/reminders.py @@ -579,7 +579,7 @@ class Reminders(Cog): log.debug(f"{ctx.author} is an admin, asking for confirmation to modify someone else's.") confirmation_view = ModifyConfirmationView(ctx.author) - await ctx.send( + await ctx.reply( "Are you sure you want to modify someone else's reminder?", view=confirmation_view, ) -- cgit v1.2.3