enable info command

This commit is contained in:
mihalin 2021-12-24 19:39:25 +03:00
parent 2786af259a
commit d83ff39067

View File

@ -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