mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
Jojo Discord Dark/Light
This commit is contained in:
@@ -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 |
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "119.29.9",
|
||||
"version": "119.30.0",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user