Skip to content

Commit

Permalink
fix: Class Name
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Feb 6, 2022
1 parent 9753255 commit 30ac088
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public object AdminRegisteredCommand : SimpleCommand(
bot named subclass.simpleName!! says {
for (service in ComparableService.registered(subclass.java)) {
appendLine("Id: ${service.id}")
appendLine("Name: ${service::class.simpleName}")
appendLine("Class: ${service::class.qualifiedName}")
appendLine("Level: ${service.level}")
appendLine(service.description)
}
Expand Down

0 comments on commit 30ac088

Please sign in to comment.