fix support
This commit is contained in:
parent
cba41dfab4
commit
33821715f2
1 changed files with 2 additions and 2 deletions
|
@ -9,10 +9,10 @@ exports.conf = {
|
||||||
exports.help = {
|
exports.help = {
|
||||||
name: 'support',
|
name: 'support',
|
||||||
category: 'Utility',
|
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'
|
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);
|
message.channel.send('Use this link to join my support server: https://discord.gg/' + client.config.support.id);
|
||||||
};
|
};
|
Loading…
Reference in a new issue