Compare commits
2 Commits
d8e4e4f0a2
...
35a28760cd
Author | SHA1 | Date |
---|---|---|
|
35a28760cd | |
|
3c42807f62 |
|
@ -29,7 +29,6 @@ module.exports = {
|
||||||
'8ball',
|
'8ball',
|
||||||
'riddle',
|
'riddle',
|
||||||
'dice',
|
'dice',
|
||||||
'parrot',
|
|
||||||
'rock-paper-scissors',
|
'rock-paper-scissors',
|
||||||
'duck',
|
'duck',
|
||||||
'ping',
|
'ping',
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "schat2-clive",
|
"name": "schat2-clive",
|
||||||
"version": "1.19.3",
|
"version": "1.19.4",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "schat2-clive",
|
"name": "schat2-clive",
|
||||||
"version": "1.19.3",
|
"version": "1.19.4",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bhttp": "^1.2.8",
|
"bhttp": "^1.2.8",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "schat2-clive",
|
"name": "schat2-clive",
|
||||||
"version": "1.19.3",
|
"version": "1.19.4",
|
||||||
"description": "Game host for SChat 2-powered chat sites",
|
"description": "Game host for SChat 2-powered chat sites",
|
||||||
"main": "src/app.js",
|
"main": "src/app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -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.`,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue