mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Cats
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiaobot",
|
||||
"version": "22.3.0",
|
||||
"version": "22.3.1",
|
||||
"description": "A Discord Bot",
|
||||
"main": "Shard.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user