Fix SOUNDDIR being in the wrong file
Some checks failed
Build Heidi Docker image / build-docker (push) Failing after 17s
Some checks failed
Build Heidi Docker image / build-docker (push) Failing after 17s
This commit is contained in:
3
bot.py
3
bot.py
@ -243,9 +243,6 @@ async def choose(interaction: Interaction, option_a: str, option_b: str) -> None
|
||||
# Sounds -----------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
SOUNDDIR: str = "/sounds" if DOCKER else "./heidi-sounds"
|
||||
|
||||
|
||||
async def board_autocomplete(
|
||||
interaction: Interaction, current: str
|
||||
) -> List[Choice[str]]:
|
||||
|
Reference in New Issue
Block a user