diff --git a/config.toml b/config.toml index 2edc4e4..6820658 100644 --- a/config.toml +++ b/config.toml @@ -4,20 +4,14 @@ error_post = true [slack_update_post] text = "test" -username = "bot" -icon_emoji = ":sushi:" -channel = "#test" -link_names = true [slack_error_post] text = "error" -username = "bot" -icon_emoji = ":ghost:" -channel = "#test" -link_names = true [slack_start_post] text = "Running tonkotsu..." + +[default_slack_config] username = "bot" icon_emoji = ":ghost:" channel = "#test"