update invite link to include application.commands

This commit is contained in:
Luke Robles 2022-10-12 16:47:38 -07:00
parent 2a3e19abe2
commit 1d3127b16e

View File

@ -349,7 +349,7 @@ def get_help_embed(bot):
"**Use `!help <Command>` for more information about a command.** \n\n"
+ "**Examples:** \n `!help dog` for detailed help for the dog command \n\n"
# + "**Useful links:** [My source code](https://git.luker.gq/ldooks/dragon-bot), [Donate](https://cash.me/$ldooks) \n\n"
+ "**Invite me to another server:** [Click here](https://discord.com/oauth2/authorize?client_id=%s&scope=bot&permissions=8)"
+ "**Invite me to another server:** [Click here](https://discord.com/api/oauth2/authorize?client_id=%s&permissions=8&response_type=code&scope=bot%20applications.commands)"
% bot.user.id
)