diff options
Diffstat (limited to 'code/cogs/pause.py')
-rw-r--r-- | code/cogs/pause.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/code/cogs/pause.py b/code/cogs/pause.py index c231d43..522a376 100644 --- a/code/cogs/pause.py +++ b/code/cogs/pause.py @@ -11,7 +11,6 @@ class Pause(commands.Cog): def __init__(self, bot): self.bot = bot - @app_commands.command() @app_commands.check(Music.create_player) async def pause(self, interaction: discord.Interaction): |