-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathconfig_example.json
66 lines (66 loc) · 2.03 KB
/
config_example.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"token" : "token",
"ipc_port" : 0,
"db_credentials" : {
"user" : "mido",
"password": "CHANGE_THIS",
"database": "Shinobu",
"host" : "127.0.0.1"
},
"redis_host" : "redis://localhost",
"playing" : "s.help",
"default_prefix" : "s.",
"default_embed_color" : "0xfffe91",
"log_channel_id" : 0,
"daily_amount" : 250,
"base_waifu_price" : 200,
"owner_ids" : [
90076279646212096
],
"cooldowns" : {
"daily": 43200,
"xp" : 60
},
"lavalink_nodes_credentials" : [
{
"uri" : "http://0.0.0.0:80",
"password" : "CHANGE_THIS",
"identifier": "identifier"
}
],
"topgg_credentials" : {
"post_guild_count": false,
"token" : "token",
"bot_id" : 0,
"webhook_auth" : "authorization_key",
"webhook_port" : 5000,
"webhook_path" : "/dblwebhook"
},
"spotify_credentials" : {
"client_id" : "client_id",
"client_secret": "client_secret"
},
"reddit_automatically_pull_hot_posts" : false,
"reddit_automatically_check_saved_posts": false,
"reddit_credentials" : {
"client_id" : "client_id",
"client_secret": "client_secret"
},
"blizzard_credentials" : {
"client_id" : "client_id",
"client_secret": "client_secret"
},
"patreon_credentials" : {
"creator_access_token": "access_token",
"campaign_id" : 0
},
"danbooru_credentials" : {
"username": "username",
"api_key" : "api_key"
},
"gelbooru_credentials" : {
"user_id": "user_id",
"api_key": "api_key"
},
"currency_api_key" : "api_key"
}