mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
aa
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user