Fix source code link in !help

This commit is contained in:
Robert Quitt 2021-12-16 23:11:48 +00:00
parent cd16130554
commit f08e42b379

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)