Update descriptions in commands.json

This commit is contained in:
Christopher Cookman 2024-05-21 20:23:24 -06:00
parent 5075a5973d
commit 3e792352d8
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -19,7 +19,7 @@
},
{
"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,
"required": false
},
@ -57,7 +57,7 @@
},
{
"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,
"required": false
}