-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
47 lines (39 loc) · 1.59 KB
/
config.json
File metadata and controls
47 lines (39 loc) · 1.59 KB
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
{
"color": "#ffffff",
"serverId": "server id (for slash commands)",
"token": "insert your bot token here",
"Adminroles": ["discord role id"],
"Moderation": {
"BAN" : {
"Perms": "Discord role id that have perms to ban other people",
"Logs": "Discord Channel id for the logs"
},
"KICK": {
"Perms": "Discord role id that have perms to kick other people",
"Logs": "Discord Channel id for the logs"
}
},
"Status":{
"Type": "PLAYING",
"Text": "DJ-Lite's Team"
},
"Events": {
"Welcome": {
"ChannelId": "Discord Channel id for sending general welcome message",
"GivingRole": "Discord role id to add a role when people join your server",
"Logs": "Discord Channel id for the logs",
"EmbedMessage": {
"Title": "Welcome",
"Description": "Welcome <@${member.id}> to the server!\n\nBefore sending a message in our community. Be sure to read the server's rules",
"Image": "https://cdn.discordapp.com/attachments/1089502886091825194/1098569355651981412/62cef776-3b22-4ba8-98c7-99e6e0a9f73d.png",
"Footer": "This is a footer - DJ-Lite's Team"
}
}
},
"Helpmenu": {
"Title": "Help menu",
"Description": "This is the help menu description",
"Image": "https://cdn.discordapp.com/attachments/1089502886091825194/1098569355651981412/62cef776-3b22-4ba8-98c7-99e6e0a9f73d.png",
"Footer": "This is a footer - DJ-Lite's Team"
}
}