This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
config_template.json
61 lines (61 loc) · 1.66 KB
/
config_template.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
{
"bot": {
"login": "okey_bot",
"userId": "642032441",
"defaultPrefix": "?"
},
"owner": {
"login": "8supa",
"userId": "675052240"
},
"auth": {
"twitch": {
"helix": {
"token": "[Required scopes: chat:read, chat:edit, whispers:read, user:manage:whispers, channel:moderate, moderator:manage:banned_users, moderator:manage:announcements, moderator:manage:chat_messages, moderator:manage:chat_settings] Use this for generating a custom scope token -> https://twitchtokengenerator.com/",
"clientId": "^^^"
},
"gql": {
"token": null,
"clientId": null
}
},
"openweathermap": "OpenWeather API Key",
"tts": "",
"wolfram": "WolframAlpha AppID",
"supinic": {
"userId": "",
"key": ""
},
"bttv": "BTTV Authorization",
"7tv": "7TV Authorization",
"tenor": "Tenor API Key",
"discordWebhook": "Discord Webhook URL",
"database": {
"host": "127.0.0.1",
"user": "",
"pass": "",
"name": "Database Name",
"connectionLimit": 50
},
"spotify": {
"clientId": "",
"clientSecret": ""
},
"uberduck": {
"key": "",
"secret": ""
},
"gelbooru": {
"api_key": "",
"user_id": ""
},
"cloudflare": {
"account": "",
"key": ""
}
},
"website": {
"url": "https://okey.supa.codes",
"port": 8484
}
}