aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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,
)