Skip to content

Arustinal/aiogram_declarative

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

If you tired of watching this:

import ...


def setup_routers() -> Router:
    from . import unsupported_reply, admin_no_reply, bans, adminmode, message_edit, usermode

    router = Router()
1   router.include_router(unsupported_reply.router)
2   router.include_router(bans.router)
3   router.include_router(admin_no_reply.router)
4   router.include_router(adminmode.router)
5   router.include_router(message_edit.router)
6   router.include_router(usermode.router)
...

    return router

you found the way to fix it.

Check "docs" folder for more information

About

Another way to struct your telegram bots via Aiogram3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages