只是试图通过遵循 YouTube 链接构建一个简单的 slack 机器人并开始收到错误 错误:not_allowed_token_type
const bot = new SlackBot({
token: 'xoxb-TOKEN_GENERATED FROM SLACK SITE',
name: 'escalatorbot' // what name should I give here
})
Run Code Online (Sandbox Code Playgroud)
有人能告诉我为什么我面临这个错误吗