Skip to content

Instantly share code, notes, and snippets.

@9renpoto
Last active January 17, 2020 15:34
Show Gist options
  • Save 9renpoto/b33739f26e23afe4b4353c9aa7a5dfcd to your computer and use it in GitHub Desktop.
Save 9renpoto/b33739f26e23afe4b4353c9aa7a5dfcd to your computer and use it in GitHub Desktop.
アクティブでなさそうなSlackチャンネルにメッセージを送る ref: https://qiita.com/9renpoto/items/2b1aabb64957feca3995
const { channels } = await web.conversations.list({
exclude_archived: true
})
const { channels } = await web.conversations.list({
exclude_archived: true
})
"dependencies": {
"@slack/client": "4.8.0",
"moment": "2.22.2"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment