Skip to content

Commit

Permalink
fix: Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Nov 10, 2023
1 parent 783d561 commit b8a908a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class ServerCommand(instances: InstanceManager) : ImperiumApplication.Listener {
EmbedBuilder()
.setTitle("Server List")
.setDescription(
discovery.servers.joinToString(separator = "\n") { "- ${it.name}" }),
discovery.servers.values.joinToString(separator = "\n") { "- ${it.name}" }),
)

@Command(["server", "player", "joins"])
Expand Down

0 comments on commit b8a908a

Please sign in to comment.