mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 15:38:00 +00:00
メンションでタイマー設定した場合はリプライで知らせるように
This commit is contained in:
parent
834359be1d
commit
4b13c6deae
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue