forked from ChrisChrome/weather-bot
Add about and support to self-added commands
This commit is contained in:
parent
417777edb9
commit
539eccf7e2
|
@ -85,7 +85,9 @@
|
|||
},
|
||||
{
|
||||
"name": "about",
|
||||
"description": "About this bot"
|
||||
"description": "About this bot",
|
||||
"integration_types": [0,1],
|
||||
"contexts": [0, 1, 2]
|
||||
},
|
||||
{
|
||||
"name": "rooms",
|
||||
|
@ -100,7 +102,9 @@
|
|||
{
|
||||
"name": "support",
|
||||
"description": "Get support for the bot",
|
||||
"type": 1
|
||||
"type": 1,
|
||||
"integration_types": [0,1],
|
||||
"contexts": [0, 1, 2]
|
||||
},
|
||||
{
|
||||
"name": "outlook",
|
||||
|
|
Loading…
Reference in a new issue