Update random.cat link

This commit is contained in:
Daniel Odendahl Jr
2018-03-20 11:00:01 +00:00
parent cea375c4a9
commit 945e089445
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ module.exports = class CatCommand extends Command {
async run(msg) {
try {
const { body } = await snekfetch.get('http://random.cat/meow');
const { body } = await snekfetch.get('http://aws.random.cat/meow');
return msg.say({ files: [body.file] });
} catch (err) {
return msg.reply(`Oh no, an error occurred: \`${err.message}\`. Try again later!`);
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "69.3.0",
"version": "69.3.1",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {