MCPcopy Create free account
hub / github.com/Loping151/RoverSign / register_user_activity_hook

Function register_user_activity_hook

RoverSign/utils/bot_send_hook.py:79–81  ·  view source on GitHub ↗

注册用户活跃度 hook

(func: Callable)

Source from the content-addressed store, hash-verified

77
78
79def register_user_activity_hook(func: Callable):
80 """注册用户活跃度 hook"""
81 _rs_manager.register_user_activity_hook(func)
82
83
84def register_group_activity_hook(func: Callable):

Callers 1

__init__.pyFile · 0.85

Calls 1

Tested by

no test coverage detected