jpbruinsslot/slack-term

error config

Closed this issue · 1 comments

There is an error in the code block of the configuration file -

instead of -
"message." {
"time_format." "15:04"
"name": "."
"time": "."
"text." "",
}

right -
"message." {
"time_format." "15:04",
"name": "."
"time": "."
"text." ""
}

Fixed