From fd6967f25d4f1781092e4c65a8bf13e0ccb450fe Mon Sep 17 00:00:00 2001 From: hina ntki Date: Sat, 17 Aug 2024 01:19:54 +0900 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E7=AD=94=E6=99=82=E3=81=AE=E3=82=A8?= =?UTF-8?q?=E3=83=A9=E3=83=BC=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/app.py b/bot/app.py index ff56162..2bcb391 100644 --- a/bot/app.py +++ b/bot/app.py @@ -166,7 +166,7 @@ def set_bot_instance(bot): for vc in bot_instance.voice_clients: if vc.is_playing(): vc.stop() - view = discord.ui.View() + view = discord.ui.View() for action_row in interaction.message.components: for item in action_row.children: item.disabled = True