From 96b7b63e9be8390935121889bf9af3d27d709506 Mon Sep 17 00:00:00 2001 From: phixxy Date: Wed, 17 Jan 2024 18:51:30 -0800 Subject: [PATCH] added bot.add_command(draw) --- plugins/stable_diffusion.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/stable_diffusion.py b/plugins/stable_diffusion.py index 8cf68f0..69b2930 100644 --- a/plugins/stable_diffusion.py +++ b/plugins/stable_diffusion.py @@ -425,4 +425,5 @@ async def setup(bot): bot.add_command(reimagine) bot.add_command(describe) bot.add_command(change_model) - bot.add_command(lora) \ No newline at end of file + bot.add_command(lora) + bot.add_command(draw) \ No newline at end of file