aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/skip.py
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-04-12 17:52:40 -0500
committerParker <contact@pkrm.dev>2024-04-12 17:52:40 -0500
commit331b266ec3a607f156263824a147aedbe5f7ab89 (patch)
treeafefb9e6c709d86caaded5435c0b7011b907b83a /code/cogs/skip.py
parent2b2e3906719bf19bd49cfae52a0596cd2b1e420f (diff)
Increase skip command sleep time
Diffstat (limited to 'code/cogs/skip.py')
-rw-r--r--code/cogs/skip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/cogs/skip.py b/code/cogs/skip.py
index 5a57554..4e9aa7a 100644
--- a/code/cogs/skip.py
+++ b/code/cogs/skip.py
@@ -57,7 +57,7 @@ class Skip(commands.Cog):
# It takes a sec for the new track to be grabbed and played
# So just wait a sec before sending the message
- await asyncio.sleep(0.5)
+ await asyncio.sleep(1)
embed = discord.Embed(
title="Track Skipped",
description=f"**Now Playing: [{player.current.title}]({player.current.uri})** by {player.current.author}\n\nQueued by: {player.current.requester.mention}",