Spaces:
Running
Running
Update akn/Akeno/fluxai.py
Browse files- akn/Akeno/fluxai.py +2 -1
akn/Akeno/fluxai.py
CHANGED
@@ -134,4 +134,5 @@ async def imgfluxai_(client: Client, message: Message):
|
|
134 |
await pro.edit_text(str(e))
|
135 |
|
136 |
module = modules_help.add_module("fluxai", __file__)
|
137 |
-
module.add_command("fluxai", "to question flux image generator.")
|
|
|
|
134 |
await pro.edit_text(str(e))
|
135 |
|
136 |
module = modules_help.add_module("fluxai", __file__)
|
137 |
+
module.add_command("fluxai", "to question flux image generator.")
|
138 |
+
module.add_command("dalle", "to question dalle image generator.")
|