forked from ChrisChrome/weather-bot
Update descriptions in commands.json
This commit is contained in:
parent
5075a5973d
commit
3e792352d8
|
@ -19,7 +19,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "filter",
|
"name": "filter",
|
||||||
"description": "Filter for the alert",
|
"description": "Filter for the alert, you can comma separate multiple strings of text. Don't use spaces between the commas",
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"required": false
|
"required": false
|
||||||
},
|
},
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "filterevt",
|
"name": "filterevt",
|
||||||
"description": "Filter for event type",
|
"description": "Filter for event type, you can comma separate multiple strings of text. Don't use spaces between the commas",
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"required": false
|
"required": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue