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