From 2597afc88fbb11856d2e5415595ec413374ffb72 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 3 Jul 2020 08:50:50 +0100 Subject: [PATCH] Updating Commentary --- cogs/help/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/help/admin.py b/cogs/help/admin.py index 0d40711d..9512fd59 100644 --- a/cogs/help/admin.py +++ b/cogs/help/admin.py @@ -128,7 +128,7 @@ class CustomHelp(commands.Cog): # Send the helpDm() message to the channel that the user is in message = await ctx.send(helpDm()) - # Let the user read the message for 2.5 seconds + # Let the user read the message for 10 seconds await asyncio.sleep(10) # Delete the message await message.delete()