Add about and support to self-added commands
All checks were successful
ptero-push / build (push) Successful in 4s
All checks were successful
ptero-push / build (push) Successful in 4s
This commit is contained in:
parent
417777edb9
commit
539eccf7e2
|
@ -85,7 +85,9 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "about",
|
"name": "about",
|
||||||
"description": "About this bot"
|
"description": "About this bot",
|
||||||
|
"integration_types": [0,1],
|
||||||
|
"contexts": [0, 1, 2]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "rooms",
|
"name": "rooms",
|
||||||
|
@ -100,7 +102,9 @@
|
||||||
{
|
{
|
||||||
"name": "support",
|
"name": "support",
|
||||||
"description": "Get support for the bot",
|
"description": "Get support for the bot",
|
||||||
"type": 1
|
"type": 1,
|
||||||
|
"integration_types": [0,1],
|
||||||
|
"contexts": [0, 1, 2]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "outlook",
|
"name": "outlook",
|
||||||
|
|
Loading…
Reference in a new issue