-
Notifications
You must be signed in to change notification settings - Fork 29
/
manifest.json
40 lines (40 loc) Β· 2 KB
/
manifest.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
{
"display_information": {
"name": "Bamboo Forest π",
"description": "μ¬λ¬λΆμ μ¬λ μν¬μ€νμ΄μ€μ ꡬμ±μλ€μ λ©μμ§λ₯Ό μ΅λͺ
μΌλ‘ μ μ‘ν μ μλ 곡κ°μ λ§λ€μ΄λ³΄μΈμ.",
"background_color": "#4e762d",
"long_description": "> μ¬λ¬λΆμ μ¬λ μν¬μ€νμ΄μ€μ ꡬμ±μλ€μ λ©μμ§λ₯Ό μ΅λͺ
μΌλ‘ μ μ‘ν μ μλ 곡κ°μ λ§λ€μ΄λ³΄μΈμ.\r\n\r\n*μ΄λ΄ λ μ¬μ©ν΄λ³΄μΈμ*\r\n\r\n- ꡬμ±μμ μμ§ν νΌλλ°±μ΄ νμν λ\r\n- λ―Όκ°ν μ΄μμ λν΄ ν λ‘ μ΄ νμν λ\r\n- ꡬμ±μμ μΉμ°¬νκ³ μΆμ λ\r\n- κ³ λ―Όκ±°λ¦¬λ₯Ό νΈμ΄λμ μ₯μκ° νμν λ\r\n- μ‘°μ§μ λν 곡μ΅μ μ λ³΄κ° νμν λ\r\n\r\n*μ§μ κΈ°λ₯*\r\n\r\n- νΉμ μ±λμ μ΅λͺ
μΌλ‘ λ©μμ§λ₯Ό λ¨κΈΈ μ μμ΄μ.\r\n- νΉμ λ©μμ§μ μ΅λͺ
μΌλ‘ μ€λ λλ₯Ό λ¨κΈΈ μ μμ΄μ.\r\n- μ΅λͺ
λ©μμ§μ λλ€μμ μ€μ ν μ μμ΄μ. μ΅λͺ
μΌλ‘ μμ±λλ λλ€μμ ꡬ경ν΄λ³΄μΈμ.\r\n- μ±μ λ©μ
νλ©΄ μ°μ»΄ λ©μμ§λ₯Ό λ°μ μ μμ΄μ.\r\n- μ°μ»΄ λ©μμ§μμ μ± μ¬μ©λ²κ³Ό κΈ°λ₯ μ μ, λ²κ·Έ μ 보 λ°©λ²μ μλ €λλ €μ."
},
"features": {
"bot_user": {
"display_name": "Bamboo Forest",
"always_online": false
},
"slash_commands": [
{
"command": "/λλ무μ²",
"url": "https://{replace_this}/slack/events",
"description": "μ μ΅λͺ
λ©μμ§ λ³΄λ΄κΈ°",
"should_escape": true
}
]
},
"oauth_config": {
"scopes": {
"bot": ["channels:history", "chat:write", "commands", "app_mentions:read"]
}
},
"settings": {
"event_subscriptions": {
"request_url": "https://{replace_this}/slack/events",
"bot_events": ["app_mention", "message.channels"]
},
"interactivity": {
"is_enabled": true,
"request_url": "https://{replace_this}/slack/events"
},
"org_deploy_enabled": false,
"socket_mode_enabled": false,
"token_rotation_enabled": false
}
}