diff --git a/src/modules/timer/index.ts b/src/modules/timer/index.ts index 8f51985..c2db74b 100644 --- a/src/modules/timer/index.ts +++ b/src/modules/timer/index.ts @@ -45,9 +45,7 @@ export default class extends Module { setTimeout(() => { const name = msg.friend.name; - this.ai.sendMessage(msg.userId, { - text: serifs.timer.notify(str, name) - }); + msg.reply(serifs.timer.notify(str, name)); }, time); return true;