MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / sleep

Function sleep

dme/dme.ts:56–57  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

54/**
55 * 获取防撤回图片,支持缓存
56 */
57async function getTrollImage(): Promise<string | null> {
58 if (fs.existsSync(CONFIG.TROLL_IMAGE_PATH)) {
59 return CONFIG.TROLL_IMAGE_PATH;
60 }

Callers 8

deleteMessagesWithRetryFunction · 0.70
getEntityWithRetryFunction · 0.70
adaptiveBatchDeleteFunction · 0.70
deleteInSavedMessagesFunction · 0.70
quickDeleteMyMessagesFunction · 0.70
dmeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected