mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Small changes in the documentation
This commit is contained in:
parent
eeabf3cf32
commit
9f62d93566
3 changed files with 3 additions and 4 deletions
|
|
@ -260,7 +260,6 @@ class QuizScene(Scene, state="quiz"):
|
|||
quiz_router = Router(name=__name__)
|
||||
# Add handler that initializes the scene
|
||||
quiz_router.message.register(QuizScene.as_handler(), Command("quiz"))
|
||||
quiz_router.include_scene(QuizScene)
|
||||
|
||||
|
||||
@quiz_router.message(Command("start"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue