From 637b8321cdaadb2ec713841657f6b47c2b5664eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=B6=E3=82=AB=E3=83=AA=E3=82=A2=E3=82=B9=E3=83=BB?= =?UTF-8?q?=E3=82=A6=E3=82=A3=E3=83=AA=E3=82=A2=E3=83=A0=E3=83=BB=E3=83=9D?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=83=BC?= <26689019-pancakes1234@users.noreply.gitlab.com> Date: Thu, 8 May 2025 20:14:35 +0900 Subject: [PATCH] Edit music.py --- cogs/music.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):