Skip to content

Commit 3966883

Browse files
committed
@fix: show command for CommandListCmd
1 parent 33bb5ba commit 3966883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/su/redbyte/androidkrdbot/cli/command/CommandListCmd.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class CommandListCmd : BotCommand {
77
val message = Commands
88
.entries
99
.joinToString("\n") {
10-
"Команда: /${it.name} :${it.description}"
10+
"Команда: /${it.commandName} \n-\t${it.description}"
1111
}
1212
ctx.reply(message)
1313
}

0 commit comments

Comments
 (0)