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

Method sendReplyQuiet

tmp_admin/tmp_admin.ts:873–879  ·  view source on GitHub ↗
(job: TempAdminJob, message: string)

Source from the content-addressed store, hash-verified

871 }
872
873 private async sendReplyQuiet(job: TempAdminJob, message: string): Promise<void> {
874 try {
875 await this.sendReply(job, message);
876 } catch (error) {
877 console.error("[tmp_admin] 发送到期通知失败:", error);
878 }
879 }
880
881 private async listJobs(
882 msg: Api.Message,

Callers 2

scheduleWithDelayMethod · 0.95
scheduleRetryMethod · 0.95

Calls 2

sendReplyMethod · 0.95
errorMethod · 0.80

Tested by

no test coverage detected