mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 10:19:11 +02:00
Cats
This commit is contained in:
@@ -31,7 +31,7 @@ module.exports = class HangmanCommand extends Command {
|
|||||||
maxLength: -1,
|
maxLength: -1,
|
||||||
api_key: WORDNIK_KEY
|
api_key: WORDNIK_KEY
|
||||||
});
|
});
|
||||||
const { word } = body;
|
const word = body.word.toLowerCase().replace(/[ ]/g, '-');
|
||||||
let points = 0;
|
let points = 0;
|
||||||
const confirmation = [];
|
const confirmation = [];
|
||||||
const incorrect = [];
|
const incorrect = [];
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<li>Cleverbot!</li>
|
<li>Cleverbot!</li>
|
||||||
<li>Avatar Image Editing, including Bob Ross, RIP, Wanted, Triggered, and more!</li>
|
<li>Avatar Image Editing, including Bob Ross, RIP, Wanted, Triggered, and more!</li>
|
||||||
<li>Profile Trading Cards, with random rarity!</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>Death Battle! Challenge your friends in real turn-based matches!</li>
|
||||||
<li>Server and User Information!</li>
|
<li>Server and User Information!</li>
|
||||||
<li>Meme Generation!</li>
|
<li>Meme Generation!</li>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<li>Cleverbot!</li>
|
<li>Cleverbot!</li>
|
||||||
<li>Avatar Image Editing, including Bob Ross, RIP, Wanted, Triggered, and more!</li>
|
<li>Avatar Image Editing, including Bob Ross, RIP, Wanted, Triggered, and more!</li>
|
||||||
<li>Profile Trading Cards, with random rarity!</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>Death Battle! Challenge your friends in real turn-based matches!</li>
|
||||||
<li>Server and User Information!</li>
|
<li>Server and User Information!</li>
|
||||||
<li>Meme Generation!</li>
|
<li>Meme Generation!</li>
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiaobot",
|
"name": "xiaobot",
|
||||||
"version": "22.3.0",
|
"version": "22.3.1",
|
||||||
"description": "A Discord Bot",
|
"description": "A Discord Bot",
|
||||||
"main": "Shard.js",
|
"main": "Shard.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user