Compare commits
No commits in common. "35a28760cd963473a92bd04e5ea03d28a3923687" and "d8e4e4f0a23d6c3bcd8e129eb617fb1267a1afbe" have entirely different histories.
35a28760cd
...
d8e4e4f0a2
|
@ -29,6 +29,7 @@ module.exports = {
|
|||
'8ball',
|
||||
'riddle',
|
||||
'dice',
|
||||
'parrot',
|
||||
'rock-paper-scissors',
|
||||
'duck',
|
||||
'ping',
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "schat2-clive",
|
||||
"version": "1.19.4",
|
||||
"version": "1.19.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "schat2-clive",
|
||||
"version": "1.19.4",
|
||||
"version": "1.19.3",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"bhttp": "^1.2.8",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "schat2-clive",
|
||||
"version": "1.19.4",
|
||||
"version": "1.19.3",
|
||||
"description": "Game host for SChat 2-powered chat sites",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -164,5 +164,5 @@ module.exports = {
|
|||
onCommand,
|
||||
onMessage,
|
||||
commands: ['hangman'],
|
||||
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.`,
|
||||
help: `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