-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.yml
50 lines (49 loc) · 1.13 KB
/
manifest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# SPDX-FileCopyrightText: 2022 Serokell <https://serokell.io>
#
# SPDX-License-Identifier: MPL-2.0
display_information:
name: tzbot
features:
bot_user:
display_name: TzBot
always_online: true
shortcuts:
- name: Convert time references
type: message
callback_id: tz_view
description: Convert to the user's timezone
- name: Report an issue
type: message
callback_id: tz_report
description: Report timezone bot working incorrectly
slash_commands:
- command: /tzhelp
description: Get info how the tzbot works
should_escape: false
oauth_config:
scopes:
bot:
- channels:history
- channels:read
- chat:write
- groups:read
- users:read
- commands
- groups:history
- im:history
- mpim:history
- mpim:read
- im:read
settings:
event_subscriptions:
bot_events:
- member_joined_channel
- member_left_channel
- message.channels
- message.groups
- message.im
interactivity:
is_enabled: true
org_deploy_enabled: false
socket_mode_enabled: true
token_rotation_enabled: false