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

Method checkKeywords

goodnight/goodnight.ts:209–211  ·  view source on GitHub ↗
(text: string, keywords: string[])

Source from the content-addressed store, hash-verified

207
208 // 5. 处理业务逻辑
209 await this.processGreeting(msg, chatId, userId, isSleep ? "sleep" : "wake");
210 };
211
212 // 辅助函数:检查关键词(完全匹配)
213 private checkKeywords(text: string, keywords: string[]): boolean {
214 return keywords.includes(text);

Callers 1

GreetingPluginClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected