Slack API missing_scope for bot requests
问题 I am trying to set channel topics with a bot user token, but I'm getting the missing_scope error: { ok: false, error: 'missing_scope', needed: 'channels:write', provided: 'identify,bot:basic' } It works if I provide the "OAuth Access Token" (instead of "Bot User OAuth Access Token") from https://api.slack.com/apps/:appId/oauth, but this is a poor solution because the message that gets printed in the channel says that the app installer set the channel topic, not the bot user. But, the docs say