| 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({ |
nothing calls this directly
no outgoing calls
no test coverage detected