Dark Light spoiler

This commit is contained in:
Dragon Fire
2020-12-13 13:02:09 -05:00
parent bf3b4444fa
commit a099cd2d4d
3 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

+1 -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', 'jojo'];
const types = ['default', 'moth', 'jojo', 'spoiler'];
module.exports = class DarkLightCommand extends Command {
constructor(client) {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "123.6.0",
"version": "123.6.1",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {