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

@@ -1,5 +1,5 @@
from quickbot import (
QBotApp,
QuickBot,
BotEntity,
Entity,
EntityForm,
@@ -116,7 +116,7 @@ class Entity(BotEntity):
)
app = QBotApp(
app = QuickBot(
user_class=User,
)