init: Initial commit
This commit is contained in:
23
templates/help-command-card.json
Normal file
23
templates/help-command-card.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "AdaptiveCard",
|
||||
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
|
||||
"version": "1.5",
|
||||
"body": [
|
||||
{
|
||||
"type": "TextBlock",
|
||||
"text": "{card_icon} {card_title}",
|
||||
"wrap": true,
|
||||
"style": "heading",
|
||||
"size": "ExtraLarge"
|
||||
},
|
||||
{
|
||||
"type": "TextBlock",
|
||||
"text": "{card_description}",
|
||||
"wrap": true
|
||||
},
|
||||
{
|
||||
"type": "FactSet",
|
||||
"facts": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user