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

Method isBlack

mode/mode.ts:160–162  ·  view source on GitHub ↗
(chatId: string)

Source from the content-addressed store, hash-verified

158 }
159
160 private isBlack(chatId: string): boolean {
161 return this.db.data.blacklist.includes(chatId);
162 }
163
164 /* ===================== 命令处理 ===================== */
165

Callers 1

MessageModePluginClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected