-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.config.json
48 lines (48 loc) · 1.69 KB
/
template.config.json
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
{
"prefix": "!",
"botadmins": ["userid", "userid"],
"bullyprotection": {
"userid": {
"_name": "name of person (just for easy editing. dosnt effect any part of the result)",
"time": "time in ms format (10m, 12s, 24h, 12d)",
"comment": "the comment you want for that person"
}
},
"rainbowrole": {
"enabled": "false",
"role": "Role id to change color of every min. Make sure the enabled is value is set to true",
"colors": ["hex code of a color", "hex code of a color"]
},
"randomlink": "A random link that will be used in embed titles",
"verify": {
"panelurl": "Message link of the verify panel",
"channel": "Channel ID of the gateway message",
"channels": {
"selfroles": "self roles channel id",
"ticket": "ticket channel id"
},
"roles": ["role id to be given on verify", "role id to be given on verify"]
},
"leave": {
"channel": "Channel ID of the gateway message"
},
"count": {
"channel": "Channel ID to update the member count",
"format": "Members: :no:",
"_NOTE_": "denote the number with :no:"
},
"ticket": {
"hostedurl": "URL (along with protocol) of the hosted web interface of this discord bot without ending with slash",
"scripts": "channel id to send the scripts",
"categ": "category id to make the tickets in",
"modrole": "role id to give access to the chanel when ticket created"
},
"website": {
"botname": "Name of the bot",
"botavatar": "AvatarURL of the bot",
"botdesc": "A small description of the bot",
"discordinvite": "Discord invite link for the server",
"mainwebsite": "Main website link"
},
"server": "server id to be used for setting slash commands"
}