Fix SOUNDDIR being in the wrong file
Some checks failed
Build Heidi Docker image / build-docker (push) Failing after 17s

This commit is contained in:
2023-12-09 17:28:09 +01:00
parent d7604b6604
commit 3335009692
3 changed files with 7 additions and 3 deletions

View File

@ -4,6 +4,9 @@ from typing import Union
import discord
from discord import Interaction, VoiceChannel, Member
from heidi_constants import *
print("Debug: Importing heidi_helpers.py")
async def play_voice_line(
interaction: Union[Interaction, None],