From 6b5c8c556754c4f02487d2adcf7495820ba123c6 Mon Sep 17 00:00:00 2001 From: empathicqubit Date: Fri, 27 Jul 2018 10:50:02 -0400 Subject: [PATCH] Change channel format. --- config.js.sample | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.js.sample b/config.js.sample index 7862882..7a4500d 100644 --- a/config.js.sample +++ b/config.js.sample @@ -2,7 +2,12 @@ module.exports = { slack: { ignoreLastTimestamp: false, token: process.env.SLACK_TOKEN, - channelIds: ["#daily-typing-tourney"], + channels: [ + { + "name": "#daily-typing-tourney", + "id": "CBL96JPPX", + }, + ], username: "Daily Typing Tourney", icon_url: "https://storage.googleapis.com/allons-me-322e36cf-static/daily-typing-tourney.png", },