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