From 760848d7ba9690fbfe9b2ba7748a9086c1d4dbb6 Mon Sep 17 00:00:00 2001 From: Snazzah Date: Sun, 27 Oct 2024 00:14:37 -0500 Subject: [PATCH] fix(bot/autorecord): fix voice connections not being handled properly --- apps/bot/src/modules/autorecord.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/bot/src/modules/autorecord.ts b/apps/bot/src/modules/autorecord.ts index 269d17c7..68bb3b4d 100644 --- a/apps/bot/src/modules/autorecord.ts +++ b/apps/bot/src/modules/autorecord.ts @@ -223,7 +223,7 @@ export default class AutorecordModule extends DexareModule false) + .then(() => (recording.state === RecordingState.ERROR ? recording.stateDescription || 'Unknown error' : false)) .catch((e) => e); if (error !== false) {