From 721410a31dd35b249feda278b6d6f0cb73405400 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Fri, 22 Sep 2017 19:25:35 +0000 Subject: [PATCH] Minor Changes --- assets/json/pokemon-fusion.json | 3 ++- assets/json/roast.json | 4 ++-- commands/random-res/cat-fact.js | 3 +-- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/json/pokemon-fusion.json b/assets/json/pokemon-fusion.json index c30200ac..146b1254 100644 --- a/assets/json/pokemon-fusion.json +++ b/assets/json/pokemon-fusion.json @@ -150,5 +150,6 @@ "dragonite": "149", "mewtwo": "150", "mew": "151", - "missingno.": "0" + "missingno.": "0", + "missingno": "0" } diff --git a/assets/json/roast.json b/assets/json/roast.json index b2b671e3..fabda3ab 100644 --- a/assets/json/roast.json +++ b/assets/json/roast.json @@ -1,5 +1,5 @@ [ - "*puts you in the oven*", + "*Puts you in the oven.*", "You're so stupid.", "Sorry, I can't hear you over how annoying you are.", "I've got better things to do.", @@ -31,6 +31,6 @@ "Every time you touch me I have to go home and wash all my clothes nine times just to get a normal smell back.", "If I had a dollar for every brain you don't have, I'd have one dollar.", "I'd help you succeed but you're incapable.", - "Your hairline is built like a graph chart, positive and negative forces attract but the clippers and your hair repel", + "Your hairline is built like a graph chart, positive and negative forces attract but the clippers and your hair repel.", "I know a good joke! You!" ] diff --git a/commands/random-res/cat-fact.js b/commands/random-res/cat-fact.js index e475d64a..159b17a2 100644 --- a/commands/random-res/cat-fact.js +++ b/commands/random-res/cat-fact.js @@ -15,8 +15,7 @@ module.exports = class CatFactCommand extends Command { async run(msg) { try { const { body } = await snekfetch - .get('https://catfact.ninja/fact') - .query({ max_length: 2000 }); + .get('https://fact.birb.pw/api/v1/cat'); return msg.say(body.fact); } catch (err) { return msg.say(`Oh no, an error occurred: \`${err.message}\`. Try again later!`); diff --git a/package.json b/package.json index e86527a5..41f93d64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "41.5.0", + "version": "41.5.1", "description": "Your personal server companion.", "main": "Shard.js", "scripts": {