fix(Slack Node): Fix Channel->Kick (#3365)

This commit is contained in:
Jan Oberhauser
2022-05-24 09:12:10 +02:00
committed by GitHub
parent 90a1bc120b
commit 0212d65dae
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ import {
//https://api.slack.com/authentication/oauth-v2
const userScopes = [
'channels:write',
'chat:write',
'files:read',
'files:write',