差分

編集の要約なし
20行目: 20行目:  
},
 
},
 
"is_reacted_with_ltl": {
 
"is_reacted_with_ltl": {
"description": "botがLTLに直接的に反応するか"
+
"description": "botがLTLの内容を読み取るか"
 
},
 
},
 
"avatar": {
 
"avatar": {
28行目: 28行目:  
"development_lang": {
 
"development_lang": {
 
"description": "開発言語"
 
"description": "開発言語"
 +
},
 +
"bot_id": {
 +
"description": "botのますとどんちほーでのID",
 +
"type": "string",
 +
"required": true
 +
},
 +
"is_reacted_with_reply": {
 +
"description": "botがリプライに反応するか"
 
}
 
}
 
},
 
},
33行目: 41行目:  
"paramOrder": [
 
"paramOrder": [
 
"bot_name",
 
"bot_name",
 +
"bot_id",
 
"avatar",
 
"avatar",
 
"author",
 
"author",
38行目: 47行目:  
"is_active",
 
"is_active",
 
"is_reacted_with_ltl",
 
"is_reacted_with_ltl",
 +
"is_reacted_with_reply",
 
"development_lang"
 
"development_lang"
 
],
 
],
50行目: 60行目:  
|  
 
|  
 
{|colspan="2"|[[File:{{{avatar}}}]]
 
{|colspan="2"|[[File:{{{avatar}}}]]
 +
|-
 +
! scope="col"| ID
 +
| {{{bot_id}}}
 
|-
 
|-
 
! scope="col"| 開発者
 
! scope="col"| 開発者
60行目: 73行目:  
| {{{is_active}}}
 
| {{{is_active}}}
 
|-
 
|-
! scope="col"| LTLへの反応
+
! scope="col"| LTLの読み取り
 
| {{{is_reacted_with_ltl}}}
 
| {{{is_reacted_with_ltl}}}
 +
|-
 +
! scope="col"| リプライに反応
 +
| {{{is_reacted_with_reply}}}
 
|-
 
|-
 
! scope="col"| 開発言語
 
! scope="col"| 開発言語
67行目: 83行目:  
|}
 
|}
 
|}
 
|}
  −
  −
      
<includeonly>[[category:BOT]]</includeonly>
 
<includeonly>[[category:BOT]]</includeonly>
52

回編集