diff options
Diffstat (limited to 'code/cogs/play.py')
-rw-r--r-- | code/cogs/play.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/code/cogs/play.py b/code/cogs/play.py index 454881b..b61d567 100644 --- a/code/cogs/play.py +++ b/code/cogs/play.py @@ -17,7 +17,6 @@ class Play(commands.Cog): def __init__(self, bot): self.bot = bot - @app_commands.command() @app_commands.check(Music.create_player) @app_commands.describe(query="Name or link of song") |