Skip to content

Commit

Permalink
Added empty logger option in config.ts (to avoid failure of git tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphdcst committed Jun 27, 2024
1 parent a708cbf commit 727d193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Options } from "discord.js"
import env from "#env"

const config: Config = {
logger: {},
ignoreBots: true,
getPrefix() {
return env.BOT_PREFIX!
Expand Down

0 comments on commit 727d193

Please sign in to comment.