diff --git a/main.py b/main.py index 80d7c90..3bb8171 100644 --- a/main.py +++ b/main.py @@ -12,6 +12,7 @@ import olgram.commands.start # noqa: F401 import olgram.commands.menu # noqa: F401 import olgram.commands.bot_actions # noqa: F401 import olgram.commands.info # noqa: F401 +import olgram.commands.promo # noqa: F401 from locales.locale import _ from server.server import main as server_main