This commit is contained in:
Daniel Odendahl Jr
2017-09-27 00:52:28 +00:00
parent 4c17f97da9
commit bee36b3f19
+1 -1
View File
@@ -1,6 +1,6 @@
const Command = require('../../structures/Command');
module.exports = class SpamCommand extends Command {
module.exports = class DarkThemeLightThemeCommand extends Command {
constructor(client) {
super(client, {
name: 'dark-theme-light-theme',