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',