From 4440aff26c89b01b6d4c3803006e95452f2d4c46 Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Fri, 22 Apr 2022 21:42:49 +0300 Subject: [PATCH] cleanup --- .../components/commands/administration/Moderation.js | 4 ++-- src/structure/components/commands/administration/Utility.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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