Edit music.py

This commit is contained in:
ザカリアス・ウィリアム・ポージー 2025-05-08 20:14:35 +09:00
parent 428f37586b
commit 637b8321cd

View File

@ -112,7 +112,7 @@ class MusicPlayer:
self.player_task.cancel() self.player_task.cancel()
# ========================== # ==========================
# Music Cog: Slash Command Integration # Music Cog: Slash Command
# ========================== # ==========================
class Music(commands.Cog): class Music(commands.Cog):
def __init__(self, bot: commands.Bot): def __init__(self, bot: commands.Bot):