-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathconfig.example.toml
More file actions
38 lines (30 loc) · 805 Bytes
/
config.example.toml
File metadata and controls
38 lines (30 loc) · 805 Bytes
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
guild_id = 111111111111111111
[bot]
token = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
prefix = "xxxxxxxxxxxxxx"
log_level = "INFO"
[database]
"url" = "sqlite:///chiya.db?charset=utf8mb4"
[roles]
"staff" = 111111111111111111
"trial" = 111111111111111111
[categories]
"tickets" = 111111111111111111
"moderation" = 111111111111111111
"logs" = 111111111111111111
"development" = 111111111111111111
[channels]
tickets = 111111111111111111
moderation = 111111111111111111
ticket_log = 111111111111111111
nitro_log = 111111111111111111
chiya_log = 111111111111111111
[joyboard]
joy_limit = 10
channel_id = 111111111111111111
blacklisted = [111111111111111111, 222222222222222222, 333333333333333333]
timeout = 3
[hl]
timeout = 5
[privatebin]
url = "https://privatebin.net"