diff --git a/voice_recognition.py b/voice_recognition.py index 3abdf6b..bf2701d 100644 --- a/voice_recognition.py +++ b/voice_recognition.py @@ -208,7 +208,7 @@ class Transcriber(commands.Cog): if "STOP" in item.type: logger.info("Queue ended") break - elif "send_file" in item.ty + elif "send_file" in item.type: logger.info("Sending file for transcription") transcript = "" for iter in item.data: