forked from Galactic/galactic-bot
cleanup
This commit is contained in:
parent
c15530dc90
commit
4440aff26c
@ -1,6 +1,6 @@
|
|||||||
const { SettingsCommand } = require('../../../interfaces');
|
const { SettingsCommand } = require('../../../interfaces');
|
||||||
|
|
||||||
class LoggingModule extends SettingsCommand {
|
class ModerationModule extends SettingsCommand {
|
||||||
|
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
@ -12,4 +12,4 @@ class LoggingModule extends SettingsCommand {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = LoggingModule;
|
module.exports = ModerationModule;
|
@ -1,6 +1,6 @@
|
|||||||
const { SettingsCommand } = require('../../../interfaces');
|
const { SettingsCommand } = require('../../../interfaces');
|
||||||
|
|
||||||
class LoggingModule extends SettingsCommand {
|
class UtilityModule extends SettingsCommand {
|
||||||
|
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
@ -12,4 +12,4 @@ class LoggingModule extends SettingsCommand {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = LoggingModule;
|
module.exports = UtilityModule;
|
Loading…
Reference in New Issue
Block a user