From bee36b3f199c19fd9cd1b4d8b7b302455d58bd36 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 27 Sep 2017 00:52:28 +0000 Subject: [PATCH] OOPS --- commands/random/dark-theme-light-theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/random/dark-theme-light-theme.js b/commands/random/dark-theme-light-theme.js index 871a3680..d3b11b3b 100644 --- a/commands/random/dark-theme-light-theme.js +++ b/commands/random/dark-theme-light-theme.js @@ -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',