Skip to content

Commit

Permalink
[Fix] Deleted the require line for the old function
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Sep 5, 2021
1 parent 4bf0b4e commit 9954c52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const client = new Client({
],
restRequestTimeout: 30000,
});
const { findAndRequire } = require("./modules/loopAndRequireCommands");
const { Player } = require("discord-player");
const player = new Player(client);
client.player = player;
Expand Down

0 comments on commit 9954c52

Please sign in to comment.