From 683c5c4fe25792ed3ff410e05c1518e1a2fa39c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Mon, 2 Mar 2020 22:03:20 +0200 Subject: [PATCH] Update bug.js --- commands/bug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/bug.js b/commands/bug.js index 5f4e031..e42204d 100644 --- a/commands/bug.js +++ b/commands/bug.js @@ -9,7 +9,7 @@ module.exports = { async execute(msg, args, client, Discord, prefix) { const embed = new Discord.MessageEmbed() .setTitle(`Found a bug with ${client.user.username}?\nDM the core developer:`) - .setDescription(`Matte#0002\nOr join the support server: ${client.config.supportguild}`) + .setDescription(`Matte#0002\nOr join the support server: ${client.config.supportGuild}`) .setColor(client.config.embedColor); msg.channel.send(embed); },