This commit is contained in:
2025-02-11 21:36:23 +03:00
parent 2d088caaaf
commit b0eb1e3e6c
3 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ def main():
app.include_router(work_router, is_main=True)
app.include_router(settings_router)
app.set_initial_greeting(initial_greeting)
app.set_initial_message(initial_greeting)
app.set_farewell_message(goodbye_message)
app.set_description_message_pattern('[bold red][{command}][/bold red] [blue]*=*=*[/blue] [bold yellow italic]{description}')