required-scopes.ts 208 B

1234567891011
  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. ];