mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-08-05 20:13:54 +09:00
Fix typo
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user