remove source code function from the help message blurb

This commit is contained in:
Luke Robles 2022-10-11 09:45:36 -07:00
parent 0986ce64c5
commit de0a827c39

View File

@ -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 <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/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
)