Adding stable diffusion to the help methods

This commit is contained in:
Luke Robles 2022-10-04 15:48:01 -07:00
parent f36c5081c3
commit 8795a76dda

View File

@ -159,6 +159,11 @@ def get_help_message(method):
"You can also add a modifier on the end with a +", "You can also add a modifier on the end with a +",
"\nUsage: !roll 2d20+5", "\nUsage: !roll 2d20+5",
], ],
"sd": [
"Issues a prompt against stable diffusion. This requires my windows computer to be online.\n",
"For help with writing useful prompts, check out this article: https://wiki.installgentoo.com/wiki/Stable_Diffusion#Prompt_Design_.2F_General_Tips\n",
"Usage: !sd A picture of a woman sitting by a bridge with blonde hair, wearing a black dress",
],
"sheeb": ["Returns a picture of a sheeb"], "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": [ "stock": [
@ -270,6 +275,7 @@ def get_help_embed(bot):
"issue", "issue",
"poll", "poll",
"roll", "roll",
"sd",
"stock", "stock",
"trackdays", "trackdays",
"tts", "tts",