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