changing wording on invite text at botton of help command

This commit is contained in:
Luke Robles 2020-09-01 12:20:40 -07:00
parent 14dc5cdc30
commit f7faafe4f6

View File

@ -189,7 +189,7 @@ def get_help_embed(bot):
description2 = "**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](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