From 3b931d4cae443e4c12569398d04124fc86b03df0 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Thu, 6 Feb 2020 21:55:44 +0200 Subject: [PATCH] Update client.js --- src/struct/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/struct/client.js b/src/struct/client.js index 27799281..5334cdf2 100644 --- a/src/struct/client.js +++ b/src/struct/client.js @@ -63,7 +63,7 @@ module.exports = class extends Client { require(`${events}msg`).execute(this, msg, Discord); }); this.on('guildCreate', (guild) => { - require(`${events}msg`).execute(this, guild); + require(`${events}guildCreate`).execute(this, guild); }); this.on('voiceStateUpdate', (newMember) => { require(`${events}voiceStateUpdate`).execute(this, newMember);