Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TeleBoxOrg/TeleBox_Plugins
/ sleep
Function
sleep
clean/clean.ts:20–21 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
18
19
// 延迟函数
20
const
sleep = (ms: number): Promise<void> =>
21
new
Promise(resolve => setTimeout(resolve, ms));
22
23
// 帮助文本
24
const
HELP_TEXT = `🧹 <b>清理工具 Pro</b>
Callers
9
cleanDeletedPM
Method · 0.70
cleanDeletedMember
Method · 0.70
cleanBlockedPM
Method · 0.70
unblockMember
Method · 0.70
handleFloodWait
Method · 0.70
generateReport
Function · 0.50
generateFailedReport
Function · 0.50
removeChatMember
Function · 0.50
streamProcessMembers
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected