Update invite and help
This commit is contained in:
parent
63a1bbd730
commit
4cce59eb43
|
@ -27,6 +27,10 @@ const embed = {
|
|||
{
|
||||
"name": "Fun Commands",
|
||||
"value": "`hug` `poke` `bonk` `slap` `pat` `kiss` `lick` `cuddle` `nom`"
|
||||
},
|
||||
{
|
||||
"name": "**Need additional help or want to report an issue?**",
|
||||
"value": "https://discord.gg/grebRGsBZ3"
|
||||
}
|
||||
]
|
||||
};
|
||||
|
|
|
@ -4,9 +4,6 @@ module.exports = {
|
|||
name: 'invite',
|
||||
description: 'Sends invite to add the bot to a server.',
|
||||
execute(client, message) {
|
||||
if (message.author.id == 309427567004483586) {
|
||||
message.channel.send('Link: http://bit.ly/39ZcG2K');
|
||||
} else
|
||||
message.channel.send("<:NyabotWarning:677296901590351919> ``Sorry, The bot is not public. Contact the dev if you'd like to have it in your server");
|
||||
message.channel.send("PTB: https://discord.com/oauth2/authorize?client_id=489125054261755925&scope=bot&permissions=66186303");
|
||||
},
|
||||
};
|
Reference in New Issue