forked from espimarisa/hibiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.example.json
105 lines (98 loc) · 1.99 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"defaultLocale": "en",
"homepage": "https://hibiki.app",
"logchannel": "",
"owners": [""],
"prefixes": [""],
"sentry": "",
"statuses": ["guilds", "help", "users", "version"],
"token": "",
"inviteLogs": true,
"dmLogs": true,
"colors": {
"error": "#FF0048",
"general": "#DAB6FC",
"pinboard": "#3498DB",
"success": "#41FF70"
},
"dashboard": {
"cookieSecure": false,
"botSecret": "",
"port": 6000,
"redirectURI": "http://localhost:6000/auth/callback"
},
"database": {
"db": "hibiki",
"host": "",
"password": "",
"port": 28015,
"user": ""
},
"eris": {
"compress": true,
"defaultImageFormat": "png",
"defaultImageSize": 512,
"getAllUsers": false,
"maxShards": 1,
"intents": [
"directMessageReactions",
"directMessages",
"guildBans",
"guildMembers",
"guildMessageReactions",
"guildMessages",
"guildPresences",
"guildVoiceStates",
"guilds"
]
},
"keys": {
"abuseipdb": "",
"dictionary": "",
"fortnite": "",
"github": "",
"ipinfo": "",
"maps": "",
"osu": "",
"saucenao": "",
"steam": "",
"twitter": "",
"weather": "",
"weebsh": "",
"botlists": {
"botsfordiscord": "",
"botsondiscord": "",
"dboats": "",
"dbots": "",
"discordbotlist": "",
"topgg": "",
"voting": {
"auth": "",
"port": 6001
}
}
},
"lavalink": {
"enabled": true,
"host": "localhost",
"maxlength": 7200000,
"password": "youshallnotpass",
"port": 2333,
"spotifyClientID": "",
"spotifyClientSecret": ""
},
"customEmojis": {
"BUG_HUNTER_LEVEL_1": "",
"BUG_HUNTER_LEVEL_2": "",
"DISCORD_EMPLOYEE": "",
"DISCORD_PARTNER": "",
"EARLY_SUPPORTER": "",
"HOUSE_BALANCE": "",
"HOUSE_BRAVERY": "",
"HOUSE_BRILLIANCE": "",
"HYPESQUAD_EVENTS": "",
"jiktim": "",
"jiktimID": "",
"VERIFIED_BOT_DEVELOPER": ""
}
}