From 0a772d138390431c5217ad8a501f0072deb6152d Mon Sep 17 00:00:00 2001 From: LucasB25 <50886682+LucasB25@users.noreply.github.com> Date: Fri, 12 Jul 2024 16:40:08 +0200 Subject: [PATCH] Update BotLog.ts Signed-off-by: LucasB25 <50886682+LucasB25@users.noreply.github.com> --- src/utils/BotLog.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/BotLog.ts b/src/utils/BotLog.ts index 87694404c..7481aa6b0 100644 --- a/src/utils/BotLog.ts +++ b/src/utils/BotLog.ts @@ -1,6 +1,7 @@ import type { TextChannel } from "discord.js"; import type { Lavamusic } from "../structures/index.js"; +// biome-ignore lint/complexity/noStaticOnlyClass: export default class BotLog { public static send(client: Lavamusic, message: string, type: "error" | "warn" | "info" | "success" = "info"): void { if (!client?.channels.cache && client.config.logChannelId) return;