Fixed style bypass.

This commit is contained in:
Niels Simenon
2022-11-01 05:26:04 +01:00
parent 89dc51e3e9
commit 007773f38c
4 changed files with 15 additions and 16 deletions

View File

@@ -221,7 +221,7 @@ function onMessage(message, context) {
module.exports = {
name: 'Mash',
commands: ['mash', ...defineCommands, ...resolveCommands],
commands: ['mash', 'wordmash', ...defineCommands, ...resolveCommands],
onCommand,
onMessage,
help: `Resolve the anagram. Get a new mash with ${config.prefix}mash [length], look up definitions with ${config.prefix}define [word], resolve an anagram (that's not currently in play) with ${config.prefix}solve [anagram].`,