1
0
Fork 0
mirror of synced 2024-09-29 17:01:19 +13:00

Changed the queue description to show information about the new queue reaction options

This commit is contained in:
Phxntxm 2017-02-06 21:10:06 -06:00
parent 3ac68a30a1
commit 4e53b1f3a4

View file

@ -110,7 +110,12 @@ class Music:
@commands.command(pass_context=True, no_pm=True, enabled=False)
@checks.custom_perms(send_messages=True)
async def queue(self, ctx):
"""Provides a printout of the songs that are in the queue
"""Provides a printout of the songs that are in the queue.
\N{LEFTWARDS BLACK ARROW}: Goes to the previous page
\N{BLACK RIGHTWARDS ARROW}: Goes to the next page
\N{DOWNWARDS BLACK ARROW}: Moves the current song showing back in the queue
\N{UPWARDS BLACK ARROW}: Moves the current song showing up in the queue
\N{CROSS MARK}: Removes the current song showing from the queue
EXAMPLE: !queue
RESULT: A list of shitty songs you probably don't wanna listen to"""