-
Notifications
You must be signed in to change notification settings - Fork 12
/
config.json.example
51 lines (51 loc) · 1.35 KB
/
config.json.example
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
49
50
51
{
"token": "APP-BOT-TOKEN-HERE",
"botID": "APP-BOT-USER-ID",
"ownerID": "YOUR-PERSONAL-USER-ID",
"serverID": "YOUR-SERVER-ID",
"cmdPrefix": "!",
"adminRoleName": "ADMIN-ROLE-NAME",
"modRoleName": "MODERATOR-ROLE-NAME",
"mapMain": {
"enabled": "no",
"url": "MAP-URL-LINK"
},
"paypal": {
"enabled": "no",
"url": "PAYPAL-URL-LINK",
"img": "https://raw.githubusercontent.com/Kneckter/RoleDiscordBot/master/paypal_icon.jpg"
},
"donations": {
"enabled": "no",
"server": "127.0.0.1",
"port": "9500",
"client_ID": "Client ID from PayPal",
"client_secret": "Client Secret from PayPal",
"merchant_id": "Merchant from PayPal",
"forcePaymentStatus": "no"
},
"db": {
"host": "127.0.0.1",
"port": 3306,
"username": "username",
"password": "password",
"database": "discord_role_bot"
},
"mainChannelID": "MAIN-CHAT-CHANNEL-ID",
"clearAtMidnight": [
"CHANNEL-ID-1",
"CHANNEL-ID-2"
],
"clearEveryHourButSkip6am": [],
"clearEvery5min": [],
"clearWeeklyOnThursday630": [],
"clearMonthlyAtMidnightDay1": [],
"restoreRoleOnJoin": "no",
"blockManualRoles": "no",
"blockTheseRoles": [
"ROLE-ID-1",
"Leave the array empty to block all manual role changes"
],
"daysNotice": 5,
"reverseDate": false
}