Skip to content

Commit

Permalink
Fix some common interceptors not visible.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShindouMihou committed Mar 5, 2022
1 parent e7f9e70 commit 0b2e166
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ public class NexusCommonInterceptors {
public static final String NEXUS_AUTH_BOT_OWNER_MIDDLEWARE = "nexus.auth.bot.owner";
public static final String NEXUS_AUTH_SERVER_OWNER_MIDDLEWARE = "nexus.auth.server.owner";
public static final String NEXUS_GATE_SERVER = "nexus.gate.server";
private static final String NEXUS_GATE_DMS = "nexus.gate.dms";
private static final String NEXUS_RATELIMITER = "nexus.ratelimiter";
public static final String NEXUS_GATE_DMS = "nexus.gate.dms";
public static final String NEXUS_RATELIMITER = "nexus.ratelimiter";

static {
addMiddleware(NEXUS_AUTH_BOT_OWNER_MIDDLEWARE, event -> event.stopIf(
Expand Down

0 comments on commit 0b2e166

Please sign in to comment.