Update invite and help

This commit is contained in:
Anthony M 2021-01-19 18:30:55 -06:00 committed by GitHub
parent 63a1bbd730
commit 4cce59eb43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -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"
}
]
};

View File

@ -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");
},
};