Expanded letters help text.

This commit is contained in:
Niels Simenon 2022-11-01 05:34:25 +01:00
parent 3e685bd5a4
commit d8e4e4f0a2
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ function onMessage(message, context) {
module.exports = {
name: 'Letters',
help: `Make the longest word from the ${config.letters.length} letters on the board. Start with ${config.prefix}letters, and fill the board by selecting a vow(el), a con(sonant), or multiple at once like CCVVCCVVC.`,
help: `Make the longest word from the ${config.letters.length} letters on the board. Quick-start with ${config.prefix}letsgo, or use ${config.prefix}letters to fill the board by manually selecting a vow(el), a con(sonant), or multiple at once like CCVVCCVVC.`,
commands: ['letsgo'],
onCommand,
onMessage,