Skip to content

Commit 714370a

Browse files
committed
Updated to new system
1 parent b8edd25 commit 714370a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public List<Trick> getTricksForGuild(long guildId) {
7474
.stream()
7575
.filter(e -> e.getKey().guildId() == guildId)
7676
.map(Map.Entry::getValue)
77+
.sorted()
7778
.toList();
7879
}
7980

0 commit comments

Comments
 (0)