Skip to content

Commit a56f392

Browse files
Update TrickCommand.java (#25)
1 parent 714370a commit a56f392

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

0 commit comments

Comments
 (0)