This commit is contained in:
Daniel Odendahl Jr
2017-06-14 14:18:15 +00:00
parent 35982baf56
commit 0840ca24f7
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ module.exports = class HangmanCommand extends Command {
maxLength: -1,
api_key: WORDNIK_KEY
});
const { word } = body;
const word = body.word.toLowerCase().replace(/[ ]/g, '-');
let points = 0;
const confirmation = [];
const incorrect = [];
+1 -1
View File
@@ -15,7 +15,7 @@
<li>Cleverbot!</li>
<li>Avatar Image Editing, including Bob Ross, RIP, Wanted, Triggered, and more!</li>
<li>Profile Trading Cards, with random rarity!</li>
<li>Fun Games including Lottery, Math, Quiz, Rock Paper Scissors, Slots, and Typing!</li>
<li>Fun Games including Lottery, Math, Quiz, Rock Paper Scissors, Slots, Hangman, and Typing!</li>
<li>Death Battle! Challenge your friends in real turn-based matches!</li>
<li>Server and User Information!</li>
<li>Meme Generation!</li>
+1 -1
View File
@@ -12,7 +12,7 @@
<li>Cleverbot!</li>
<li>Avatar Image Editing, including Bob Ross, RIP, Wanted, Triggered, and more!</li>
<li>Profile Trading Cards, with random rarity!</li>
<li>Fun Games including Lottery, Math, Quiz, Rock Paper Scissors, Slots, and Typing!</li>
<li>Fun Games including Lottery, Math, Quiz, Rock Paper Scissors, Slots, Hangman, and Typing!</li>
<li>Death Battle! Challenge your friends in real turn-based matches!</li>
<li>Server and User Information!</li>
<li>Meme Generation!</li>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "22.3.0",
"version": "22.3.1",
"description": "A Discord Bot",
"main": "Shard.js",
"scripts": {