forked from elara-bots-archived/PublicBot-V2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
57 lines (57 loc) · 1.65 KB
/
app.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
{
"name": "public-bot",
"description": "Discord.js-commando customizable bot",
"website": "https://github.com/Elara-Discord-Bots/PublicBot-V2",
"logo": "https://i.imgur.com/BipYtNI.png",
"env": {
"token": {
"description": "Discord BOT token. Get it here: https://discordapp.com/developers/applications/",
"value": "",
"required": "true"
},
"prefix": {
"description": "The prefix of your bot",
"value": "!"
},
"yt": {
"description": "YouTube API key, get it here... https://console.developers.google.com/projectselector/apis/credentials?supportedpurview=project",
"value": "",
"required": "true"
},
"fortnite": {
"description": "Fortnite API key, get it here.. https://fortnitetracker.com/site-api",
"value": "",
"required": "true"
},
"gif": {
"description": "Giphy API key, get it here... https://developers.giphy.com/",
"value": "",
"required": "true"
},
"twitch": {
"description": "Twitch API key, get it here... https://dev.twitch.tv/",
"value": "",
"required": "true"
},
"owners": {
"description": "Bot Developer IDS, seperate the ids by commas.. Ex: id1, id2, id3 | Disclaimer Bot Developers do have access to the eval command and is dangerous in the wrong hands!",
"value": "",
"required": "true"
},
"invite": {
"description": "Support Server Invite.",
"value": "https://discord.gg/Discord-API",
"required": "true"
}
},
"formation": {
"worker": {
"quantity": 0,
"size": "free"
},
"bot": {
"quantity": 1,
"size": "free"
}
}
}