From cc4d9c8b2896e68a37d0a86a79da25eee89ccabf Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Wed, 5 Feb 2020 22:19:00 +0200 Subject: [PATCH] Update index.js --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index a28e79a9..24116fc0 100644 --- a/src/index.js +++ b/src/index.js @@ -1,4 +1,4 @@ const Discord = require('discord.js'); -const MusicClient = require('./Struct/Client'); +const MusicClient = require('./struct/client.js'); const client = new MusicClient({}); require('dotenv/config'); \ No newline at end of file