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