diff --git a/app/help_methods.py b/app/help_methods.py index 52ef7b77..604df940 100755 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -244,7 +244,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](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)