回答時のエラーを修正

This commit is contained in:
hina ntki 2024-08-17 01:19:54 +09:00
parent 6d1da96c17
commit fd6967f25d

View File

@ -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