Added playable round to letters game.

This commit is contained in:
2022-10-21 05:07:32 +02:00
parent 4534a1debe
commit 55343d5de7
7 changed files with 160 additions and 48 deletions

View File

@@ -50,7 +50,7 @@ function onCommand(args, context) {
}
const messages = [
`How could you miss *that*, ${config.usernamePrefix}${context.user.username}...?!`,
`How could you miss ${style.italic('that')}, ${config.usernamePrefix}${context.user.username}...?!`,
`That's a miss! Better luck next time, ${config.usernamePrefix}${context.user.username}.`,
`The duck outsmarted you, ${config.usernamePrefix}${context.user.username}`,
`Channeling Gareth Southgate, ${config.usernamePrefix}${context.user.username}? You missed!`,