1
0
mirror of https://github.com/civsocit/olgram.git synced 2025-12-15 14:26:16 +00:00

notification, first iteration

This commit is contained in:
mihalin
2022-05-12 15:59:37 +03:00
parent 80f52d0713
commit 15083fed8d
2 changed files with 82 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ 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
import olgram.commands.admin # noqa: F401
from locales.locale import _
from server.server import main as server_main