Skip to content

Commit

Permalink
fix: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ebina4yaka committed May 15, 2024
1 parent c68f59a commit 7a746d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Player } from 'discord-player'
import { Client, GatewayIntentBits } from 'discord.js'
import winston from 'winston'
import { commandFiles } from './files.js'
import { makeLogger } from './logger'
import { makeLogger } from './logger.js'
import './instrument.js'

const client = new Client({
Expand Down

0 comments on commit 7a746d6

Please sign in to comment.