rename bot app class
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user