From bd5563556bd3ad6e4a4c399c95758de532680fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Mon, 2 Mar 2020 22:01:26 +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 ae2bb15..5f4e031 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: https://discord.gg/rRA65Mn`) + .setDescription(`Matte#0002\nOr join the support server: ${client.config.supportguild}`) .setColor(client.config.embedColor); msg.channel.send(embed); },