Skip to content

Commit

Permalink
🐛 Fixed wrong type registration for the auto mod type
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsTheSky committed Jan 11, 2025
1 parent 6070653 commit 19a2952
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/info/itsthesky/disky/elements/Types.java
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,6 @@ public static class DiSkyConverters {
Webhook::getName,
null
).eventExpression().register();
new DiSkyType<>(AutoModExecution.class, "automod",
am -> "auto mod rule with id " + am.getRuleId(),
null
).eventExpression().register();

/*
Message Entities
Expand Down

0 comments on commit 19a2952

Please sign in to comment.