Changed default number name from big to large, added nums to short commands.
This commit is contained in:
@@ -174,7 +174,7 @@ function onMessage(message, context) {
|
||||
}
|
||||
|
||||
if (game?.state === 'letters') {
|
||||
const multi = message.body.match(/\b[vc]{2,}\b/i)?.[0];
|
||||
const multi = message.body.match(/\b[vc]{2,}$/i)?.[0];
|
||||
|
||||
if (multi) {
|
||||
pickLetters(multi.toLowerCase(), context);
|
||||
|
||||
Reference in New Issue
Block a user