From b30de3e7a1267d23d0e5983196de04346973ddfb Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Tue, 11 Oct 2022 09:45:36 -0700 Subject: [PATCH] remove source code function from the help message blurb --- app/help_methods.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/help_methods.py b/app/help_methods.py index 41ad7d04..b0983db5 100644 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -167,7 +167,7 @@ def get_help_message(method): "\n\nUsage: !sd A picture of a woman sitting by a bridge with blonde hair, wearing a black dress; ugly, out of focus, weird hands", ], "sheeb": ["Returns a picture of a sheeb"], - "source": ["Links you to the git repo with dale-bot's source code"], + # "source": ["Links you to the git repo with dale-bot's source code"], "stock": [ "Returns basic stock information for the stock you entered. Add -v or --verbose for additional stock info.", "\nUsage: !stock AAPL TSLA -v", @@ -285,7 +285,7 @@ def get_help_embed(bot): "wallpaper", "youtube", ], - "user tools": ["help", "invite", "purge", "roles", "source", "donate"], + "user tools": ["help", "invite", "purge", "roles", "donate"], "pictures of animals": [ "birb", "cat", @@ -349,7 +349,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/dragon-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 )