From 6c68b574a209d22037aa5898f082558d148f82f3 Mon Sep 17 00:00:00 2001 From: mtuszowski Date: Thu, 19 Sep 2024 23:01:36 +0200 Subject: [PATCH] aa --- voice_recognition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voice_recognition.py b/voice_recognition.py index 608d3c9..d6e385b 100644 --- a/voice_recognition.py +++ b/voice_recognition.py @@ -153,7 +153,7 @@ class Transcriber(commands.Cog): if time.time_ns() - item[1] > 34000000: item[3] = True elif not item[2] and item[3]: - item.rotate() + item[0].rotate() item[3] = False item[2] = False logger.info("Diff : %s", time.time_ns() - item[1])