Skip to content

Commit

Permalink
fix: read private chat messages
Browse files Browse the repository at this point in the history
  • Loading branch information
KeesCBakker authored Aug 3, 2023
1 parent 8358c1f commit 8032632
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ details to your `.env` file.

```yml
display_information:
name: BotZero
description: A friendly Slack bot using Bolt and Hubot.
name: Jarvis
description: Our DevOps bot.
background_color: "#3d001d"
features:
app_home:
home_tab_enabled: false
messages_tab_enabled: true
messages_tab_read_only_enabled: false
bot_user:
display_name: BotZero
display_name: Jarvis-Beta
always_online: true
oauth_config:
scopes:
Expand All @@ -38,11 +38,14 @@ oauth_config:
- chat:write
- im:write
- im:history
- im:read
- users:read
- groups:history
- groups:write
- groups:read
- mpim:history
- mpim:write
- mpim:read
settings:
event_subscriptions:
bot_events:
Expand Down

0 comments on commit 8032632

Please sign in to comment.