Added stub for letters game.

This commit is contained in:
2022-10-20 05:38:47 +02:00
parent 78b7d95d3f
commit 6701f5e5a1
3 changed files with 100 additions and 1 deletions

View File

@@ -73,7 +73,7 @@ function play(rawWord, context, shouted) {
}
if (word === mash.anagram) {
context.sendMessage(`${config.usernamePrefix}${context.user.username}... :expressionless:`, context.room.id);
context.sendMessage(`${config.usernamePrefix}${context.user.username}... ${config.platform === 'schat' ? ':expressionless:' : '😑'}`, context.room.id);
return;
}
}