From 0840ca24f721efbdc4ebcb0fce972a438ad75071 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 14 Jun 2017 14:18:15 +0000 Subject: [PATCH] Cats --- commands/games/hangman.js | 2 +- html/carbonfeat.html | 2 +- html/discordbots.html | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/commands/games/hangman.js b/commands/games/hangman.js index 47eaed90..d904c4cd 100644 --- a/commands/games/hangman.js +++ b/commands/games/hangman.js @@ -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 = []; diff --git a/html/carbonfeat.html b/html/carbonfeat.html index 00ece600..9fd64534 100644 --- a/html/carbonfeat.html +++ b/html/carbonfeat.html @@ -15,7 +15,7 @@
  • Cleverbot!
  • Avatar Image Editing, including Bob Ross, RIP, Wanted, Triggered, and more!
  • Profile Trading Cards, with random rarity!
  • -
  • Fun Games including Lottery, Math, Quiz, Rock Paper Scissors, Slots, and Typing!
  • +
  • Fun Games including Lottery, Math, Quiz, Rock Paper Scissors, Slots, Hangman, and Typing!
  • Death Battle! Challenge your friends in real turn-based matches!
  • Server and User Information!
  • Meme Generation!
  • diff --git a/html/discordbots.html b/html/discordbots.html index 0e5a45df..c7a64fad 100644 --- a/html/discordbots.html +++ b/html/discordbots.html @@ -12,7 +12,7 @@
  • Cleverbot!
  • Avatar Image Editing, including Bob Ross, RIP, Wanted, Triggered, and more!
  • Profile Trading Cards, with random rarity!
  • -
  • Fun Games including Lottery, Math, Quiz, Rock Paper Scissors, Slots, and Typing!
  • +
  • Fun Games including Lottery, Math, Quiz, Rock Paper Scissors, Slots, Hangman, and Typing!
  • Death Battle! Challenge your friends in real turn-based matches!
  • Server and User Information!
  • Meme Generation!
  • diff --git a/package.json b/package.json index cdf29e4e..da95857f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "22.3.0", + "version": "22.3.1", "description": "A Discord Bot", "main": "Shard.js", "scripts": {