From 3c42807f62561e7a0629c7a318293624aefcc59a Mon Sep 17 00:00:00 2001 From: Niels Simenon Date: Tue, 1 Nov 2022 05:40:58 +0100 Subject: [PATCH] Removed Parrot from default config, expanded Hunt help text. --- config/default.js | 1 - src/games/hunt.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/default.js b/config/default.js index a327f41..02548b5 100755 --- a/config/default.js +++ b/config/default.js @@ -29,7 +29,6 @@ module.exports = { '8ball', 'riddle', 'dice', - 'parrot', 'rock-paper-scissors', 'duck', 'ping', diff --git a/src/games/hunt.js b/src/games/hunt.js index 9b8eb6d..ec600de 100644 --- a/src/games/hunt.js +++ b/src/games/hunt.js @@ -164,5 +164,5 @@ module.exports = { onCommand, onMessage, 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.`, };