From 787342be987410cc5a7868fb46aba344731b3a85 Mon Sep 17 00:00:00 2001 From: Parker Date: Fri, 12 Jul 2024 02:56:06 -0500 Subject: Add proper references for all remaining commands --- code/cogs/skip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/cogs/skip.py') 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 command." return await interaction.response.send_message( embed=embed, ephemeral=True ) -- cgit v1.2.3-70-g09d2