From a5306762113a30e03fabcf932223136a8d5c0d5e Mon Sep 17 00:00:00 2001 From: Shinobu Okano Mac Date: Sat, 19 Dec 2015 23:15:51 +0900 Subject: [PATCH] Update config.toml --- config.toml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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"