From b6cb5e03b7bd5557da890b2e689b43b87e3b7098 Mon Sep 17 00:00:00 2001 From: mtuszowski Date: Tue, 17 Sep 2024 16:07:42 +0200 Subject: [PATCH] Att 3 --- voice_recognition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voice_recognition.py b/voice_recognition.py index 05015ff..aec6c1f 100644 --- a/voice_recognition.py +++ b/voice_recognition.py @@ -62,7 +62,7 @@ class Transcriber(commands.Cog): @commands.hybrid_command(name="transcribe") async def test(self, ctx): def callback(user, data: voice_recv.VoiceData): - print(f"Got packet from {user}") + logger.info(f"Got packet from {user}") ## voice power level, how loud the user is speaking # ext_data = packet.extension_data.get(voice_recv.ExtensionID.audio_power)