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