Jojo Discord Dark/Light

This commit is contained in:
Dragon Fire
2020-10-16 23:34:37 -04:00
parent 4a2d2087c9
commit 3f9e09d7ac
4 changed files with 8 additions and 2 deletions
+1
View File
@@ -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))
Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

+6 -1
View File
@@ -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: [
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "119.29.9",
"version": "119.30.0",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {