From 7d8891854313678a0ab669c4fa4134ef1c349296 Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Tue, 18 Oct 2022 12:13:16 -0700 Subject: [PATCH] fix wording on negative_prompt help message --- app/cogs/actual_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cogs/actual_utils.py b/app/cogs/actual_utils.py index 1300008c..7b697bc8 100644 --- a/app/cogs/actual_utils.py +++ b/app/cogs/actual_utils.py @@ -92,7 +92,7 @@ class ActualUtils(commands.Cog): ) @option( "negative_prompt", - description="An options set of negatives you want to pass to stablediffusion", + description="An optional set of negatives you want to pass to stable diffusion", requred=False, ) async def sd(