Fixed check for ongoing mash game.
This commit is contained in:
parent
8ac844ecde
commit
e65bc352f2
|
@ -148,7 +148,7 @@ function onCommand(args, context) {
|
|||
return;
|
||||
}
|
||||
|
||||
if (!word || !mash) {
|
||||
if (!word && !mash) {
|
||||
context.sendMessage(`Start a mash with ${config.prefix}mash {length}`, context.room.id);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue