From 33821715f2f312e82ea87ccf12709490da4578a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Hor=C3=A1=C4=8Dek?= Date: Thu, 9 Apr 2020 09:05:44 +0200 Subject: [PATCH] fix support --- commands/support.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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