mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 18:05:01 +02:00
Jojo Discord Dark/Light
This commit is contained in:
@@ -1275,6 +1275,7 @@ here.
|
|||||||
- [Jisho](https://jisho.org/)
|
- [Jisho](https://jisho.org/)
|
||||||
* jisho (API)
|
* jisho (API)
|
||||||
- [JoJo's Bizzare Adventure](http://www.araki-jojo.com/)
|
- [JoJo's Bizzare Adventure](http://www.araki-jojo.com/)
|
||||||
|
* dark-light (Original Anime)
|
||||||
* to-be-continued (Original Anime)
|
* to-be-continued (Original Anime)
|
||||||
- [Jon Bernhardt](http://web.mit.edu/jonb/www/)
|
- [Jon Bernhardt](http://web.mit.edu/jonb/www/)
|
||||||
* bart-chalkboard ([Akbar Font](https://www.wobblymusic.com/groening/akbar.html))
|
* 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 Command = require('../../structures/Command');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
const { list } = require('../../util/Util');
|
const { list } = require('../../util/Util');
|
||||||
const types = ['default', 'moth'];
|
const types = ['default', 'moth', 'jojo'];
|
||||||
|
|
||||||
module.exports = class DarkLightCommand extends Command {
|
module.exports = class DarkLightCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
@@ -25,6 +25,11 @@ module.exports = class DarkLightCommand extends Command {
|
|||||||
url: 'https://www.reddit.com/user/AelinSA',
|
url: 'https://www.reddit.com/user/AelinSA',
|
||||||
reason: 'Image',
|
reason: 'Image',
|
||||||
reasonURL: 'https://www.reddit.com/r/discordapp/comments/9krnhr/preach_the_message_of_the_möth_with_this_magi'
|
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: [
|
args: [
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "119.29.9",
|
"version": "119.30.0",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user