Increase skip command sleep time

This commit is contained in:
Parker M. 2024-04-12 17:52:40 -05:00
parent 2b2e390671
commit 331b266ec3
No known key found for this signature in database
GPG Key ID: 95CD2E0C7E329F2A

View File

@ -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}",