Removed Parrot from default config, expanded Hunt help text.

This commit is contained in:
Niels Simenon 2022-11-01 05:40:58 +01:00
parent d8e4e4f0a2
commit 3c42807f62
2 changed files with 1 additions and 2 deletions

View File

@ -29,7 +29,6 @@ module.exports = {
'8ball', '8ball',
'riddle', 'riddle',
'dice', 'dice',
'parrot',
'rock-paper-scissors', 'rock-paper-scissors',
'duck', 'duck',
'ping', 'ping',

View File

@ -164,5 +164,5 @@ module.exports = {
onCommand, onCommand,
onMessage, onMessage,
commands: ['hangman'], commands: ['hangman'],
help: `Guess the word before the predator reaches its prey! Essentially, horizontal Hangman. Try ${config.prefix}hunt [length] for a specific word length.`, help: `Play letters and guess the word before the predator reaches its prey! Essentially, horizontal Hangman. Try ${config.prefix}hunt [length] for a specific word length.`,
}; };