Zxce3 / userbot

No newline at end of file FLK-W292
Style
Minor
a year agoa year old
no newline at end of file
18
19python_version = f"{version_info[0]}.{version_info[1]}.{version_info[2]}"
20
21prefix = db.get("core.main", "prefix", ".")
no newline at end of file
58        await message.edit(f"*Module {command_name} not found*")
59
60
61modules_help["help"] = {"help [module/command name]": "Get common/module/command help"}
no newline at end of file
49    "id": "get group id",
50    "uid": "get user id",
51    "allid": "get all id",
52}
no newline at end of file
66    db.set("core.afk", "afk_info", afk_info)
67
68
69modules_help["afk"] = {"afk [reason]": "Go to afk", "unafk": "Get out of AFK"}
no newline at end of file
86
87    logging.info("app started!")
88
89    idle()