Change channel format.

This commit is contained in:
empathicqubit 2018-07-27 10:50:02 -04:00
parent 9d27df6eab
commit 6b5c8c5567

View file

@ -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",
},