Command shouldn't look like chat message

This commit is contained in:
Chris Miller 2020-01-09 22:51:13 +00:00
parent d8e68d57bc
commit c8f7062c9b

View File

@ -268,3 +268,7 @@ func (m CommandMsg) Args() []string {
func (m CommandMsg) Body() string {
return m.body
}
func (m CommandMsg) RenderSelf(cfg UserConfig) string {
return m.body
}