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