Compare commits

...

2 Commits

Author SHA1 Message Date
Niels Simenon 35a28760cd 1.19.4 2022-11-01 05:41:00 +01:00
Niels Simenon 3c42807f62 Removed Parrot from default config, expanded Hunt help text. 2022-11-01 05:40:58 +01:00
4 changed files with 4 additions and 5 deletions

View File

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

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "schat2-clive",
"version": "1.19.3",
"version": "1.19.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "schat2-clive",
"version": "1.19.3",
"version": "1.19.4",
"license": "ISC",
"dependencies": {
"bhttp": "^1.2.8",

View File

@ -1,6 +1,6 @@
{
"name": "schat2-clive",
"version": "1.19.3",
"version": "1.19.4",
"description": "Game host for SChat 2-powered chat sites",
"main": "src/app.js",
"scripts": {

View File

@ -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.`,
};