Skip to content

Commit

Permalink
Update BotLog.ts
Browse files Browse the repository at this point in the history
Signed-off-by: LucasB25 <[email protected]>
  • Loading branch information
LucasB25 authored Jul 12, 2024
1 parent fc733b2 commit 0a772d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/BotLog.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type { TextChannel } from "discord.js";
import type { Lavamusic } from "../structures/index.js";

// biome-ignore lint/complexity/noStaticOnlyClass: <explanation>
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;
Expand Down

0 comments on commit 0a772d1

Please sign in to comment.