-
Notifications
You must be signed in to change notification settings - Fork 2
/
app.json
35 lines (35 loc) · 923 Bytes
/
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
{
"name": "F.Lute",
"description": "DSP as a Discord Bot",
"keywords": [
"Entertainment",
"python",
"bot"
],
"repository": "https://github.com/ClarityCafe/F.Lute",
"logo": "https://cdn.discordapp.com/avatars/436026947974463488/7eb55b489b3335e1bf78891bc3b38ae1.png?size=512",
"env": {
"FLUTE_PREFIX": {
"description": "Prefix for the bot",
"value": "flute "
},
"FLUTE_CHANNEL_NAME": {
"description": "The configuration channel for the bot, this is required.",
"value": "flute-config"
},
"FLUTE_BOT_ID": {
"description": "The Discord client ID for the bot.",
"value": ""
},
"FLUTE_BOT_TOKEN": {
"description": "Discord bot token for the bot.",
"value": ""
}
},
"stack": "container",
"formation": {
"worker": {
"quantity": 1
}
}
}