From 9954c52254d4997db273d15a782c6fcd1a7c940c Mon Sep 17 00:00:00 2001 From: naseif <68638710+naseif@users.noreply.github.com> Date: Sun, 5 Sep 2021 19:05:23 +0200 Subject: [PATCH] [Fix] Deleted the require line for the old function --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 8e89092..22acab9 100644 --- a/index.js +++ b/index.js @@ -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;