randydev commited on
Commit
3065777
·
verified ·
1 Parent(s): 817905d

Update akn/Akeno/fluxai.py

Browse files
Files changed (1) hide show
  1. 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.")