a fun bot for the hc slack
1display_information:
2 name: Smokey
3 description: Only you can complete your takes
4 background_color: "#617c68"
5features:
6 app_home:
7 home_tab_enabled: false
8 messages_tab_enabled: true
9 messages_tab_read_only_enabled: false
10 bot_user:
11 display_name: smokey
12 always_online: false
13 slash_commands:
14 - command: /takes
15 url: https://casual-renewing-reptile.ngrok-free.app/slack
16 description: Start a takes session
17 should_escape: true
18oauth_config:
19 scopes:
20 user:
21 - files:write
22 bot:
23 - chat:write
24 - chat:write.public
25 - commands
26 - im:history
27 - users:read
28 - reactions:write
29settings:
30 event_subscriptions:
31 request_url: https://casual-renewing-reptile.ngrok-free.app/slack
32 bot_events:
33 - message.im
34 interactivity:
35 is_enabled: true
36 request_url: https://casual-renewing-reptile.ngrok-free.app/slack
37 org_deploy_enabled: false
38 socket_mode_enabled: false
39 token_rotation_enabled: false