mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
Merge pull request #6 from na2na-p/featReminderFix
セリフのベタ書きではなく、serifsに追加するような形にした。
This commit is contained in:
commit
0a96520bd3
2 changed files with 3 additions and 1 deletions
|
@ -131,7 +131,7 @@ export default class extends Module {
|
|||
msg.reply(done ? getSerif(serifs.reminder.done(msg.friend.name)) : serifs.reminder.cancel);
|
||||
return;
|
||||
} else if (isOneself === false) {
|
||||
msg.reply("イタズラはめっですよ!");
|
||||
msg.reply(serifs.reminder.doneFromInvalidUser);
|
||||
return;
|
||||
} else {
|
||||
if (msg.isDm) this.unsubscribeReply(key);
|
||||
|
|
|
@ -339,6 +339,8 @@ export default {
|
|||
reminder: {
|
||||
invalid: 'うーん...?',
|
||||
|
||||
doneFromInvalidUser: 'イタズラはめっですよ!',
|
||||
|
||||
invalidVisibility: "公開範囲の指定を変えてみて",
|
||||
|
||||
reminds: 'やること一覧です!',
|
||||
|
|
Loading…
Reference in a new issue