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

Function rand

pmcaptcha/pmcaptcha.ts:822–822  ·  view source on GitHub ↗
(min: number, max: number)

Source from the content-addressed store, hash-verified

820async function refreshActiveCaptchas(client: TelegramClient): Promise<void> {
821 for (const [userId, state] of states.entries()) {
822 const promptMsgId = state.msgIds[0];
823 if (!promptMsgId) continue;
824 try {
825 const isImg = state.mode === CaptchaMode.IMG_DIGIT || state.mode === CaptchaMode.IMG_MIXED;

Callers 1

mathQuestionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected