diff --git a/commands/help.js b/commands/help.js index 7f634cb..699fc87 100644 --- a/commands/help.js +++ b/commands/help.js @@ -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" } ] }; diff --git a/commands/invite.js b/commands/invite.js index 27a5334..4a85195 100644 --- a/commands/invite.js +++ b/commands/invite.js @@ -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"); }, }; \ No newline at end of file