Merge branch 'robertquitt-master-patch-84068' into 'master'

Fix source code link in !help

See merge request ldooks/dragon-bot!2
This commit is contained in:
Luke 2021-12-16 23:20:41 +00:00
commit c89b76acfc

View File

@ -244,7 +244,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](https://git.luker.gq/ldooks/dale-bot), [Donate](https://cash.me/$ldooks) \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)" % bot.user.id
embed.add_field(name="\u200b", value=description2, inline=False)