diff --git a/commands/support.js b/commands/support.js index 7042430..4c24c1b 100644 --- a/commands/support.js +++ b/commands/support.js @@ -9,10 +9,10 @@ exports.conf = { exports.help = { name: 'support', category: 'Utility', - description: "Sends a link to " + client.config.botName + "'s support/development server.", + description: "Sends a link to my support/development server.", usage: 'support' }; -exports.run = async (client, message, args) =>{ +exports.run = async (client, message, args, level, data) =>{ message.channel.send('Use this link to join my support server: https://discord.gg/' + client.config.support.id); }; \ No newline at end of file