This commit is contained in:
syuilo
2019-01-20 00:27:41 +09:00
parent eef0e78d7e
commit f568b0ac51
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ export default class GuessingGameModule extends Module {
if (!msg.isDm) { if (!msg.isDm) {
if (exist != null) { if (exist != null) {
msg.reply(serifs.guessingGame.arleadyStarted); msg.reply(serifs.guessingGame.alreadyStarted);
} else { } else {
msg.reply(serifs.guessingGame.plzDm); msg.reply(serifs.guessingGame.plzDm);
} }

View File

@ -187,7 +187,7 @@ export default {
/** /**
* やろうと言われたけど既にやっているとき * やろうと言われたけど既にやっているとき
*/ */
arleadyStarted: 'え、ゲームは既に始まってますよ!', alreadyStarted: 'え、ゲームは既に始まってますよ!',
/** /**
* タイムライン上で誘われたとき * タイムライン上で誘われたとき