From f7faafe4f6c87b437eaf4020ca3db4fccb9091c5 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Tue, 1 Sep 2020 12:20:40 -0700 Subject: [PATCH] changing wording on invite text at botton of help command --- 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 bbfa517a..7dfb9b88 100644 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -189,7 +189,7 @@ def get_help_embed(bot): description2 = "**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](http://git.luker.gq/ldooks/dragon-bot), [Server status](http://luker.gq/status), [Donate](http://luker.gq/donate) \n\n" + \ - "**Invite me to your server:** [Click here](https://discord.com/oauth2/authorize?client_id=391781301419638784&scope=bot)" + "**Invite me to another server:** [Click here](https://discord.com/oauth2/authorize?client_id=391781301419638784&scope=bot)" embed.add_field(name="\u200b", value=description2, inline=False) return embed