-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
43 lines (41 loc) · 1006 Bytes
/
config.toml
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
export_results = true
scrape_guild_info = true
scrape_permission_info = true
scrape_channel_overwrite_info = false
[guild_info_to_scrape]
id = true
name = true
icon = false
description = true
home_header = false
splash = false
discovery_splash = false
features = false
banner = false
owner_id = true
application_id = false
region = true
afk_channel_id = false
afk_timeout = false
system_channel_id = false
system_channel_flags = false
widget_enabled = false
widget_channel_id = false
verification_level = true
[permissions_to_scrape]
name = true
position = true
id = true
mentionable = true
administrator = 0x0000000000000008
'mention all' = 0x0000000000020000
'manage guild' = 0x0000000000000020
'manage roles' = 0x0000000010000000
'manage channels' = 0x0000000000000010
# 'manage events' = 0x0000000200000000
# 'manage nicknames' = 0x0000000008000000
'kick members' = 0x0000000000000002
'ban members' = 0x0000000000000004
webhooks = 0x0000000020000000
# 'app commands' = 0x0000000080000000
tags = true