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

Class

dbdj/dbdj.ts:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 > = {
87 dbdj: async (msg: Api.Message, trigger?: Api.Message) => {
88 const startAt = Date.now();
89 const replyAndDeleteMsg = async (message: string) => {
90 const replyTarget = trigger || msg;
91 await replyTarget.reply({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected