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
+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) {