diff --git a/app/help_methods.py b/app/help_methods.py index 82fdbd70..b687bfce 100644 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -245,7 +245,7 @@ def get_help_message(method): def get_help_embed(bot): categories = { - "game APIs": ["bf5", "ffxiv"], + "game APIs": ["ffxiv"], "Fun things": [ "clap", "excuse", @@ -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/api/oauth2/authorize?client_id=%s&permissions=8&response_type=code&scope=bot%20applications.commands)" + + "**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 )