Fix AI Art

This commit is contained in:
Dragon Fire
2020-08-24 22:57:14 -04:00
parent 5f8f842bbc
commit b6bf7c82ef
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ module.exports = class AiArtworkCommand extends Command {
}
async run(msg) {
const { body } = await request.get('https://thisartworkdoesnotexist.com/artwork');
const { body } = await request.get('https://thisartworkdoesnotexist.com/');
return msg.say('AI-Generated Artwork', { files: [{ attachment: body, name: 'ai-artwork.jpg' }] });
}
};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "119.19.6",
"version": "119.19.7",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {