diff options
Diffstat (limited to 'code/cogs/queue.py')
-rw-r--r-- | code/cogs/queue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/cogs/queue.py b/code/cogs/queue.py index d356b54..2f00671 100644 --- a/code/cogs/queue.py +++ b/code/cogs/queue.py @@ -23,7 +23,7 @@ class Queue(commands.Cog): if not player.queue: embed = discord.Embed( title="Nothing Queued", - description="Nothing is currently in the queue, add a song with the `/play` command.", + description="Nothing is currently in the queue, add a song with the </play:1224840890368000172> command.", color=BOT_COLOR, ) embed.set_footer( |