diff --git a/assets/images/dark-light/spoiler.png b/assets/images/dark-light/spoiler.png new file mode 100644 index 00000000..e19adc09 Binary files /dev/null and b/assets/images/dark-light/spoiler.png differ diff --git a/commands/single/dark-light.js b/commands/single/dark-light.js index b7fab0ff..4ae035b8 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', 'jojo']; +const types = ['default', 'moth', 'jojo', 'spoiler']; module.exports = class DarkLightCommand extends Command { constructor(client) { diff --git a/package.json b/package.json index 4c357fce..74f06a69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "123.6.0", + "version": "123.6.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {