aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/skip.py
diff options
context:
space:
mode:
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 c1692c7..966a8c2 100644
--- a/code/cogs/skip.py
+++ b/code/cogs/skip.py
@@ -32,7 +32,7 @@ class Skip(commands.Cog):
elif number > len(player.queue):
embed.title = "Number too Large"
- embed.description = "The number you entered is larger than the number of songs in queue. If you want to stop playing music entirely, try the `/stop` command."
+ embed.description = "The number you entered is larger than the number of songs in queue. If you want to stop playing music entirely, try the </stop:1224840890866991305> command."
return await interaction.response.send_message(
embed=embed, ephemeral=True
)