Skip to content

🍰 Slack Support

Compare
Choose a tag to compare
@sudoskys sudoskys released this 21 Oct 15:37
· 578 commits to main since this release
4b6543d

⚒ USER INTRO

Click Slack App Center:https://api.slack.com/apps/

Signing Secret at main page as SLACK_SIGNING_SECRET
App-Level Tokens at main as SLACK_APP_TOKEN
Bot User OAuth Token as SLACK_BOT_TOKEN at https://api.slack.com/apps//oauth?

GO https://app.slack.com/app-settings/..../...../socket-mode

  • turn on the Socket Mode

GO https://api.slack.com/apps/<app_id>/event-subscriptions

  • ENABLE Event Subscriptions
  • Subscribe to events on behalf of users message.channels message.im message.groups

GO https://api.slack.com/apps/...../oauth

  • Bot Token Scopes chat:write channels:read commands files:read files:write im:read im:history group:history im:write channel:write channel:history (Maybe some scope are extra...)

Reinstall APP,invite your bot to channel.... then @/BOT/ ,ok

🔨Fix

  • Fix kook

Change

  • simplify Receiver
  • Just Fix Some SMALL BUG

Add

  • Plugin OpenAPI file_match_required as re.compile return | file_match_required 属性排除相关插件

What's Changed

Full Changelog: lib0.25.4...lib0.25.5