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()