メンションでタイマー設定した場合はリプライで知らせるように

This commit is contained in:
syuilo 2019-01-24 09:27:24 +09:00
parent 834359be1d
commit 4b13c6deae
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -45,9 +45,7 @@ export default class extends Module {
setTimeout(() => { setTimeout(() => {
const name = msg.friend.name; const name = msg.friend.name;
this.ai.sendMessage(msg.userId, { msg.reply(serifs.timer.notify(str, name));
text: serifs.timer.notify(str, name)
});
}, time); }, time);
return true; return true;