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 (exist != null) {
msg.reply(serifs.guessingGame.arleadyStarted);
msg.reply(serifs.guessingGame.alreadyStarted);
} else {
msg.reply(serifs.guessingGame.plzDm);
}