From d83ff39067d1b9ba1d13591ce7b096d4911ecfdb Mon Sep 17 00:00:00 2001 From: mihalin Date: Fri, 24 Dec 2021 19:39:25 +0300 Subject: [PATCH] enable info command --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index e2ded1a..d877754 100644 --- a/main.py +++ b/main.py @@ -11,6 +11,7 @@ import olgram.commands.bots # noqa: F401 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 from server.server import main as server_main