From 4405772f03d7530ac0765daf24b6875b77c95472 Mon Sep 17 00:00:00 2001 From: Robert Quitt Date: Thu, 16 Dec 2021 23:11:48 +0000 Subject: [PATCH] Fix source code link in !help --- 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 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)