From 256156b9d2cd93531343a20e6a55ad9ae0d9c67a Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Fri, 24 Jan 2025 16:26:31 -0500 Subject: [PATCH] fix(extra): reset state.kill --- extra.py | 1 + 1 file changed, 1 insertion(+) diff --git a/extra.py b/extra.py index 0b21720..dd3e76f 100644 --- a/extra.py +++ b/extra.py @@ -50,6 +50,7 @@ async def transcript( pass if (message.guild.voice_client.source.id != initial_id) or kill["transcript"]: + kill["transcript"] = False break