MCPcopy 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
84def register_group_activity_hook(func: Callable):
85 """注册群活跃度 hook"""
86 _rs_manager.register_group_activity_hook(func)
87
88
89async def _call_all_target_send_hooks(

Callers 1

__init__.pyFile · 0.85

Calls 1

Tested by

no test coverage detected