From cf580d0c48463457224e7e803e98a3f70ff8ebc4 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Wed, 12 Oct 2022 16:47:38 -0700 Subject: [PATCH] update invite link to include application.commands --- app/help_methods.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/help_methods.py b/app/help_methods.py index 68aa7a4e..82fdbd70 100644 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -349,7 +349,7 @@ def get_help_embed(bot): "**Use `!help ` 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 )