From 979f149826f318b3f0f77e6d604df696bd479a76 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 2 Jul 2020 00:06:23 +0100 Subject: [PATCH] Adding a confirmation message to the ~remindme channel --- cogs/fun/reminder.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cogs/fun/reminder.py b/cogs/fun/reminder.py index 8d62844f..7a835297 100644 --- a/cogs/fun/reminder.py +++ b/cogs/fun/reminder.py @@ -19,6 +19,7 @@ class Reminder(commands.Cog): # Sleep the thread for the amount of time specified by the user await asyncio.sleep(float(time)) # Send message to user's dms + await ctx.send(f"I've reminded you in your dms! {ctx.author.mention}") await author.send(text) # else no time has been given