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); },