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