File tree 2 files changed +45
-68
lines changed
2 files changed +45
-68
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ guild_id = 111111111111111111
2
+
3
+ [bot ]
4
+ token = " xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
5
+ prefix = " xxxxxxxxxxxxxx"
6
+ status = " your commands!"
7
+ log_level = " INFO"
8
+ webhook_url = " https://discord.com/api/webhooks/xxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
9
+
10
+ [database ]
11
+ "host" = " 127.0.0.1"
12
+ "user" = " chiya"
13
+ "password" = " xxxxxxxxx"
14
+ "database" = " chiya"
15
+ "url" = " sqlite:///chiya.db?charset=utf8mb4"
16
+
17
+ [roles ]
18
+ "staff" = 111111111111111111
19
+ "trial" = 111111111111111111
20
+
21
+ [categories ]
22
+ "tickets" = 111111111111111111
23
+ "moderation" = 111111111111111111
24
+ "logs" = 111111111111111111
25
+ "development" = 111111111111111111
26
+
27
+ [channels ]
28
+ tickets = 111111111111111111
29
+ questions = 111111111111111111
30
+ moderation = 111111111111111111
31
+ ticket_log = 111111111111111111
32
+ nitro_log = 111111111111111111
33
+ chiya_log = 111111111111111111
34
+
35
+ [joyboard ]
36
+ joy_limit = 10
37
+ channel_id = 111111111111111111
38
+ blacklisted = [111111111111111111 , 222222222222222222 , 333333333333333333 ]
39
+ timeout = 3
40
+
41
+ [hl ]
42
+ timeout = 5
43
+
44
+ [privatebin ]
45
+ url = " https://privatebin.net"
You can’t perform that action at this time.
0 commit comments