From b92dcfb9d40d1372f329feaf29eb5b39b65ee2c6 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Fri, 28 Oct 2022 17:37:45 +0200 Subject: [PATCH] fix SOUNDDIR --- bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.py b/bot.py index fe0ba09..1176e65 100644 --- a/bot.py +++ b/bot.py @@ -175,8 +175,8 @@ async def show_link(interaction: discord.Interaction): await interaction.response.send_message(f"ProSieben: {link_pro7}\nJoyn: {link_joyn}") -SOUNDDIR: str = "./voicelines/" # Local -# SOUNDDIR: str = "/sounds/" # Docker +# SOUNDDIR: str = "./voicelines/" # Local +SOUNDDIR: str = "/sounds/" # Docker # Example: https://discordpy.readthedocs.io/en/latest/interactions/api.html?highlight=autocomplete#discord.app_commands.autocomplete # NOTE: Only 25 items can be autocompleted