fixed treasury messages
This commit is contained in:
@@ -14,5 +14,5 @@ func markdownCode(value string) string {
|
||||
}
|
||||
|
||||
func markdownCommand(command Command) string {
|
||||
return markdownCode(command.Slash())
|
||||
return command.Slash()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user