upd defult editing field sequences generation when ownership fields defined
This commit is contained in:
@@ -21,9 +21,7 @@ async def start(message: Message, **kwargs):
|
||||
app: QBotApp = kwargs["app"]
|
||||
|
||||
if app.start_handler:
|
||||
await app.start_handler(
|
||||
default_start_handler, message, **kwargs
|
||||
)
|
||||
await app.start_handler(default_start_handler, message, **kwargs)
|
||||
else:
|
||||
await default_start_handler(message, **kwargs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user