diff options
Diffstat (limited to 'code/cogs/shuffle.py')
-rw-r--r-- | code/cogs/shuffle.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/code/cogs/shuffle.py b/code/cogs/shuffle.py index 88e81da..ba78957 100644 --- a/code/cogs/shuffle.py +++ b/code/cogs/shuffle.py @@ -11,7 +11,6 @@ class Shuffle(commands.GroupCog, name="shuffle"): def __init__(self, bot): self.bot = bot - @app_commands.command(name="on") @app_commands.check(Music.create_player) async def shuffle_on(self, interaction: discord.Interaction): |