This commit is contained in:
syuilo 2019-01-20 00:27:41 +09:00
parent eef0e78d7e
commit f568b0ac51
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
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 (exist != null) {
msg.reply(serifs.guessingGame.arleadyStarted);
msg.reply(serifs.guessingGame.alreadyStarted);
} else {
msg.reply(serifs.guessingGame.plzDm);
}

View File

@ -187,7 +187,7 @@ export default {
/**
*
*/
arleadyStarted: 'え、ゲームは既に始まってますよ!',
alreadyStarted: 'え、ゲームは既に始まってますよ!',
/**
*