Update description and message
This commit is contained in:
parent
fd63064022
commit
c4ca3d3726
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ class InviteCommand extends Command {
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
description: {
|
description: {
|
||||||
content: 'Send invite link for the bot and support server',
|
content: 'Send invite link for the bot and support server\nCan also show the invite for other bot if you mention him',
|
||||||
usage: '',
|
usage: '',
|
||||||
examples: ['']
|
examples: ['']
|
||||||
}
|
}
|
||||||
|
@ -28,7 +28,7 @@ class InviteCommand extends Command {
|
||||||
async exec(message, args) {
|
async exec(message, args) {
|
||||||
if (args.member) {
|
if (args.member) {
|
||||||
if (args.member.bot) {
|
if (args.member.bot) {
|
||||||
return message.channel.send(`You can add the bot you mentioned with this link: https://discordapp.com/oauth2/authorize?client_id=${args.member.id}&scope=bot&permissions=0`);
|
return message.channel.send(`You can add the bot you mentioned with this link: https://discordapp.com/oauth2/authorize?client_id=${args.member.id}&scope=bot&permissions=0\n\`Note: The invite might not work if the owner of the bot is not public\``);
|
||||||
} else {
|
} else {
|
||||||
return message.channel.send('Sorry, the user you mentioned is not a bot!');
|
return message.channel.send('Sorry, the user you mentioned is not a bot!');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue