-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
24 lines (24 loc) · 758 Bytes
/
app.json
File metadata and controls
24 lines (24 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "slash-create Docs Bot",
"description": "A bot built using slash-create for its documentation.",
"repository": "https://github.com/slash-create/docs-bot",
"logo": "https://github.com/slash-create.png",
"scripts": {
"postdeploy": "npx slash-up sync"
},
"env": {
"DISCORD_APP_ID": {
"description": "The application ID of the Discord app"
},
"DISCORD_PUBLIC_KEY": {
"description": "The public key of the Discord app"
},
"DISCORD_BOT_TOKEN": {
"description": "The bot token of the Discord app"
},
"GITHUB_TOKEN": {
"description": "The token to access the GitHub API with increased tolorance for ratelimits."
}
},
"keywords": ["node", "fastify", "discord", "interactions"]
}