Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Loping151/RoverSign
/ register_group_activity_hook
Function
register_group_activity_hook
RoverSign/utils/bot_send_hook.py:84–86 ·
view source on GitHub ↗
注册群活跃度 hook
(func: Callable)
Source
from the content-addressed store, hash-verified
82
83
84
def
register_group_activity_hook(func: Callable):
85
""
"注册群活跃度 hook"
""
86
_rs_manager.register_group_activity_hook(func)
87
88
89
async
def
_call_all_target_send_hooks(
Callers
1
__init__.py
File · 0.85
Calls
1
register_group_activity_hook
Method · 0.80
Tested by
no test coverage detected