From b3e2a80172e328f0baee354198fa57658f1b9707 Mon Sep 17 00:00:00 2001 From: LucasB25 <50886682+LucasB25@users.noreply.github.com> Date: Fri, 12 Jul 2024 16:38:34 +0200 Subject: [PATCH] Update NodeDestroy.ts Signed-off-by: LucasB25 <50886682+LucasB25@users.noreply.github.com> --- src/events/player/NodeDestroy.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/events/player/NodeDestroy.ts b/src/events/player/NodeDestroy.ts index 924f7c125..c6a6023c3 100644 --- a/src/events/player/NodeDestroy.ts +++ b/src/events/player/NodeDestroy.ts @@ -9,6 +9,7 @@ export default class NodeDestroy extends Event { }); } + // biome-ignore lint/suspicious/useAwait: public async run(node: string, code: number, reason: string): Promise { const message = `Node ${node} destroyed with code ${code} and reason ${reason}.`; this.client.logger.error(message);