Skip to content

Commit e03076f

Browse files
Update TrickCommand.java
1 parent a56f392 commit e03076f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/org/mangorage/mangobot/modules/tricks/TrickCommand.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public List<Trick> getTricksForGuild(long guildId) {
7373
return TRICKS.entrySet()
7474
.stream()
7575
.filter(e -> e.getKey().guildId() == guildId)
76-
.sorted()
7776
.map(Map.Entry::getValue)
7877
.toList();
7978
}

0 commit comments

Comments
 (0)