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