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])