-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.json
38 lines (35 loc) · 1.31 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
{
"mainConfig": {
"botPrefix": "INFO IN READ ME",
"botToken": "INFO IN READ ME",
"botStatus": "INFO IN READ ME",
"botPresence": "INFO IN READ ME"
},
"server_config": {
"guild_id": "INFO IN READ ME",
"server_icon": "https://cdn.discordapp.com/avatars/832958313062727701/8c99fab1e48594fc10bd528966a4b655.png?size=256",
"server_name": "INFO IN READ ME",
"copyright": "© INFO IN READ ME",
"embed_colours": "INFO IN READ ME",
"products_for_sale": [
"1) Cool Harley | **£5**",
"2) Damn, This is cool bruh | **£4**",
"3) lol | **£5**",
"4) Put You're Products here. | **£22**",
"5) Kek | **£25**",
"6) Eat You're Mum - Hani | **£27**"
]
},
"order_config": {
"order_channel_id": "INFO IN READ ME",
"order_response_channel": "INFO IN READ ME"
},
"command_centre": {
"in_progress_channel_notifications": "INFO IN READ ME",
"progress_update_channel": "INFO IN READ ME",
"in_progress_dm_notifications": "INFO IN READ ME",
"commission_status": "INFO IN READ ME",
"allowed_to_complete": "INFO IN READ ME",
"allowed_to_in_progress": "INFO IN READ ME"
}
}