-
-
Notifications
You must be signed in to change notification settings - Fork 159
/
app.json
41 lines (41 loc) · 1 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
{
"name": "RoboYabaso 六合一 Trpg RollBot @ HKTRPG",
"description": "簡單的、模組化的Trpg Bot, Telegram Discord Line Whatsapp plurk, 網頁版 六合一",
"repository": "https://github.com/hktrpg/TG.line.Discord.Roll.Bot.git",
"keywords": [
"RoboYabaso",
"RollBot",
"HKTRPG",
"SAD"
],
"env": {
"LINE_CHANNEL_SECRET": {
"description": "LINE_Channel_Secret",
"required": false
},
"LINE_CHANNEL_ACCESSTOKEN": {
"description": "LINE_Channel_Accesstoken",
"required": false
},
"DISCORD_CHANNEL_KEYWORD": {
"description": "Discord Bot的啓動語 如 !trpg 可留空",
"required": false
},
"DISCORD_CHANNEL_SECRET": {
"description": "「Token」 ",
"required": false
},
"TELEGRAM_CHANNEL_KEYWORD": {
"description": "Telegram Bot的啓動語 如 !trpg 可留空",
"required": false
},
"TELEGRAM_CHANNEL_SECRET": {
"description": "「Token」 ",
"required": false
},
"mongoURL": {
"description": "「mLab 的KEY」 ",
"required": true
}
}
}