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