From 9081adb2ecbca3bce0c40c74139e7f1052701005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Mon, 2 Mar 2020 22:00:10 +0200 Subject: [PATCH] Update bug.js --- commands/bug.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/bug.js b/commands/bug.js index 16397f9..ae2bb15 100644 --- a/commands/bug.js +++ b/commands/bug.js @@ -9,8 +9,8 @@ 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/rvHuJtB`) + .setDescription(`Matte#0002\nOr join the support server: https://discord.gg/rRA65Mn`) .setColor(client.config.embedColor); msg.channel.send(embed); }, -}; \ No newline at end of file +};