Skip to content

Commit

Permalink
Delete a broken event for MFA
Browse files Browse the repository at this point in the history
  • Loading branch information
carlodrift committed Sep 1, 2024
1 parent 3fe91da commit 72114fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
import net.clementraynaud.skoice.listeners.player.PlayerJoinListener;
import net.clementraynaud.skoice.listeners.player.PlayerQuitListener;
import net.clementraynaud.skoice.listeners.role.update.RoleUpdatePermissionsListener;
import net.clementraynaud.skoice.listeners.self.SelfUpdateMFAListener;
import net.clementraynaud.skoice.listeners.server.ServerCommandListener;
import net.clementraynaud.skoice.menus.ConfigurationMenus;
import net.clementraynaud.skoice.menus.EmbeddedMenu;
Expand Down Expand Up @@ -115,7 +114,6 @@ public void registerPermanentBotListeners() {
new GuildJoinListener(this.plugin),
new GuildLeaveListener(this.plugin),
new GuildUpdateMFALevelListener(this.plugin),
new SelfUpdateMFAListener(this.plugin),
new GuildMemberRemoveListener(this.plugin),
new GuildMemberRoleAddListener(this.plugin),
new GuildMemberRoleRemoveListener(this.plugin),
Expand Down

0 comments on commit 72114fd

Please sign in to comment.