required-scopes.ts 241 B

12345678910111213
  1. export const requiredScopes: string[] = [
  2. 'commands',
  3. 'team:read',
  4. 'chat:write',
  5. 'chat:write.public',
  6. 'channels:join',
  7. 'channels:history',
  8. 'groups:history',
  9. 'im:history',
  10. 'mpim:history',
  11. 'links:read',
  12. 'links:write',
  13. ];