diff --git a/cogs/music.py b/cogs/music.py index 4aebc97..6f30e4e 100644 --- a/cogs/music.py +++ b/cogs/music.py @@ -112,7 +112,7 @@ class MusicPlayer: self.player_task.cancel() # ========================== -# Music Cog: Slash Command Integration +# Music Cog: Slash Command # ========================== class Music(commands.Cog): def __init__(self, bot: commands.Bot):