Change channel format.
This commit is contained in:
parent
9d27df6eab
commit
6b5c8c5567
1 changed files with 6 additions and 1 deletions
|
@ -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",
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue