From ff5ca76f693c2b71cb3e1208c1dcf77ccffbcc60 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@proton.me> Date: Thu, 8 Jun 2023 20:42:19 +0200 Subject: [PATCH] feat: add style list --- matrixai/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/matrixai/__init__.py b/matrixai/__init__.py index d5eab79..65ea8aa 100644 --- a/matrixai/__init__.py +++ b/matrixai/__init__.py @@ -496,6 +496,7 @@ def run(): @bot.listener.on_message_event async def bot_help(room, message): + styles = ", ".join([style.name for style in Style]) bot_help_message = f""" Help Message: prefix: {PREFIX} @@ -516,7 +517,7 @@ Help Message: style: description: style of image example: style=IMAGINE_V3 - values: IMAGINE_V3, IMAGINE_V4_Beta, V4_CREATIVE, ANIME_V2, REALISTIC, DISNEY, STUDIO_GHIBLI + values: {styles} ratio: description: ratio of image example: ratio=RATIO_1X1