Selaa lähdekoodia

Rename entry module

Librellium 3 kuukautta sitten
vanhempi
sitoutus
759a34396e

+ 0 - 0
podslv21_bot/__init__.py → anonflow/__init__.py


+ 0 - 0
podslv21_bot/__main__.py → anonflow/__main__.py


+ 0 - 0
podslv21_bot/bot/__init__.py → anonflow/bot/__init__.py


+ 0 - 0
podslv21_bot/bot/builder.py → anonflow/bot/builder.py


+ 0 - 0
podslv21_bot/bot/middleware/__init__.py → anonflow/bot/middleware/__init__.py


+ 0 - 0
podslv21_bot/bot/middleware/slowmode.py → anonflow/bot/middleware/slowmode.py


+ 0 - 0
podslv21_bot/bot/routers/__init__.py → anonflow/bot/routers/__init__.py


+ 0 - 0
podslv21_bot/bot/routers/media.py → anonflow/bot/routers/media.py


+ 0 - 0
podslv21_bot/bot/routers/start.py → anonflow/bot/routers/start.py


+ 0 - 0
podslv21_bot/bot/routers/text.py → anonflow/bot/routers/text.py


+ 0 - 0
podslv21_bot/bot/utils/__init__.py → anonflow/bot/utils/__init__.py


+ 0 - 0
podslv21_bot/bot/utils/message_manager.py → anonflow/bot/utils/message_manager.py


+ 0 - 0
podslv21_bot/bot/utils/template_renderer.py → anonflow/bot/utils/template_renderer.py


+ 0 - 0
podslv21_bot/config/__init__.py → anonflow/config/__init__.py


+ 0 - 0
podslv21_bot/config/config.py → anonflow/config/config.py


+ 0 - 0
podslv21_bot/config/models.py → anonflow/config/models.py


+ 0 - 0
podslv21_bot/moderation/__init__.py → anonflow/moderation/__init__.py


+ 0 - 0
podslv21_bot/moderation/executor.py → anonflow/moderation/executor.py


+ 0 - 0
podslv21_bot/moderation/models.py → anonflow/moderation/models.py


+ 0 - 0
podslv21_bot/moderation/planner.py → anonflow/moderation/planner.py


+ 0 - 0
podslv21_bot/moderation/rule_manager.py → anonflow/moderation/rule_manager.py


+ 0 - 0
podslv21_bot/paths.py → anonflow/paths.py