Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Aug 12, 2023
1 parent 2911c67 commit 3e6dc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/factory/createPlayer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const logger = require('../../services/logger');
const { Player, onBeforeCreateStream } = require('discord-player');
const { Player } = require('discord-player');

exports.createPlayer = async (client) => {
try {
Expand Down

0 comments on commit 3e6dc6e

Please # to comment.