diff --git a/src/structure/components/commands/administration/Moderation.js b/src/structure/components/commands/administration/Moderation.js index 19bcacd..0fedb75 100644 --- a/src/structure/components/commands/administration/Moderation.js +++ b/src/structure/components/commands/administration/Moderation.js @@ -1,6 +1,6 @@ const { SettingsCommand } = require('../../../interfaces'); -class LoggingModule extends SettingsCommand { +class ModerationModule extends SettingsCommand { constructor(client) { super(client, { @@ -12,4 +12,4 @@ class LoggingModule extends SettingsCommand { } -module.exports = LoggingModule; \ No newline at end of file +module.exports = ModerationModule; \ No newline at end of file diff --git a/src/structure/components/commands/administration/Utility.js b/src/structure/components/commands/administration/Utility.js index a8d74d6..f52132f 100644 --- a/src/structure/components/commands/administration/Utility.js +++ b/src/structure/components/commands/administration/Utility.js @@ -1,6 +1,6 @@ const { SettingsCommand } = require('../../../interfaces'); -class LoggingModule extends SettingsCommand { +class UtilityModule extends SettingsCommand { constructor(client) { super(client, { @@ -12,4 +12,4 @@ class LoggingModule extends SettingsCommand { } -module.exports = LoggingModule; \ No newline at end of file +module.exports = UtilityModule; \ No newline at end of file