-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathconfig.json
51 lines (43 loc) · 1.34 KB
/
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
49
50
51
{
"token": "DISCORD-BOT-TOKEN",
"guild-id": "DISCORD-SERVER-ID",
"stock-command-silent": false,
"remove-capture-from-stock": true,
"commands-give-cooldown": true,
"gen-channels": [1234533378],
"premium-gen-channels": [1234565589],
"admin-roles": [12345644489],
"default_cooldown": 600,
"roles": [
{
"id": 12345678987654322,
"free-cooldown": 600,
"premium-cooldown": 300,
"gen-access": ["all"],
"remove-if-expired": false
},
{
"id": 12345678987654321,
"free-cooldown": 300,
"premium-cooldown": 60,
"gen-access": ["all"],
"remove-if-expired": true
}
],
"_comment0": "DON'T CHANGE THESE",
"subscription-stages": ["Free", "Premium"],
"messages": {
"altsent": "Thank you for using **AtluzkaGEN**",
"footer-msg": "github.com/Atluzka/account-gen-bot"
},
"generate-settings": {
"gif-img-url": "https://media1.tenor.com/m/tM-b_68cljEAAAAd/playboi-carti-carti.gif"
},
"colors": {
"error": 16713025,
"success": 1288807,
"stock": 7229605
},
"_comment1": "Size for uploading stock. Default: 2097152 == 2mb",
"maximum-file-size": 2097152
}