diff options
Diffstat (limited to 'code/cogs/queue.py')
-rw-r--r-- | code/cogs/queue.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/code/cogs/queue.py b/code/cogs/queue.py index 22a2b1e..1b26991 100644 --- a/code/cogs/queue.py +++ b/code/cogs/queue.py @@ -13,7 +13,6 @@ class Queue(commands.Cog): def __init__(self, bot): self.bot = bot - @app_commands.command() @app_commands.check(Music.create_player) @app_commands.describe(page="Queue page number - leave blank if you are unsure") |