-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
21 lines (21 loc) · 708 Bytes
/
app.json
File metadata and controls
21 lines (21 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "Buape Tags",
"description": "🏷️ Tags allows for servers to answer the most frequent questions easier.",
"repository": "https://github.com/Buape/Tags",
"logo": "https://cdn.discordapp.com/attachments/1132776820345929758/1188984983067566150/BuapeTags.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"
}
},
"keywords": ["buape", "slash-create", "discord.js", "tags", "slash-commands"]
}