diff --git a/README.md b/README.md index e5c1bbca..5b0cd035 100644 --- a/README.md +++ b/README.md @@ -1275,6 +1275,7 @@ here. - [Jisho](https://jisho.org/) * jisho (API) - [JoJo's Bizzare Adventure](http://www.araki-jojo.com/) + * dark-light (Original Anime) * to-be-continued (Original Anime) - [Jon Bernhardt](http://web.mit.edu/jonb/www/) * bart-chalkboard ([Akbar Font](https://www.wobblymusic.com/groening/akbar.html)) diff --git a/assets/images/dark-light/jojo.png b/assets/images/dark-light/jojo.png new file mode 100644 index 00000000..f69086e1 Binary files /dev/null and b/assets/images/dark-light/jojo.png differ diff --git a/commands/single/dark-light.js b/commands/single/dark-light.js index 60f9e132..b7fab0ff 100644 --- a/commands/single/dark-light.js +++ b/commands/single/dark-light.js @@ -1,7 +1,7 @@ const Command = require('../../structures/Command'); const path = require('path'); const { list } = require('../../util/Util'); -const types = ['default', 'moth']; +const types = ['default', 'moth', 'jojo']; module.exports = class DarkLightCommand extends Command { constructor(client) { @@ -25,6 +25,11 @@ module.exports = class DarkLightCommand extends Command { url: 'https://www.reddit.com/user/AelinSA', reason: 'Image', reasonURL: 'https://www.reddit.com/r/discordapp/comments/9krnhr/preach_the_message_of_the_möth_with_this_magi' + }, + { + name: 'JoJo\'s Bizzare Adventure', + url: 'http://www.araki-jojo.com/', + reason: 'Original Anime' } ], args: [ diff --git a/package.json b/package.json index 03866d4d..af169520 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "119.29.9", + "version": "119.30.0", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {