rename bot app class
All checks were successful
Build Docs / changes (push) Successful in 6s
Build Docs / build-docs (push) Successful in 1m47s
Build Docs / deploy-docs (push) Successful in 5s

This commit is contained in:
Alexander Kalinovsky
2025-08-12 12:56:18 +03:00
parent 4df67c93d4
commit fe7ca7f51b
27 changed files with 60 additions and 60 deletions

View File

@@ -73,7 +73,7 @@ class AppEntity(BotEntity):
)
app = QBotApp() # bot application based on FastAPI application
app = QuickBot() # bot application based on FastAPI application
# providing Telegram API webhook handler
@app.command( # decorator for bot commands definition