fixed treasury messages

This commit is contained in:
Stephan D
2026-03-05 13:59:38 +01:00
parent a9b00b6871
commit 3b65a2dc3a
3 changed files with 37 additions and 9 deletions

View File

@@ -14,5 +14,5 @@ func markdownCode(value string) string {
}
func markdownCommand(command Command) string {
return markdownCode(command.Slash())
return command.Slash()
}