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 7a746d6 commit 59528a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import util from 'node:util'
import { SpotifyExtractor } from '@discord-player/extractor'
import Sentry from '@sentry/node'
// biome-ignore lint/style/noNamespaceImport: <explanation>
import * as Sentry from '@sentry/node'
import { Player } from 'discord-player'
import { Client, GatewayIntentBits } from 'discord.js'
import winston from 'winston'
Expand Down

0 comments on commit 59528a7

Please sign in to comment.