Discord has a 100 char limit on command descriptions 💀

This commit is contained in:
Christopher Cookman 2024-05-21 20:27:45 -06:00
parent 3e792352d8
commit 6887192f8e
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -19,7 +19,7 @@
},
{
"name": "filter",
"description": "Filter for the alert, you can comma separate multiple strings of text. Don't use spaces between the commas",
"description": "Filter for the alert, you can comma separate multiple strings of text",
"type": 3,
"required": false
},
@ -57,7 +57,7 @@
},
{
"name": "filterevt",
"description": "Filter for event type, you can comma separate multiple strings of text. Don't use spaces between the commas",
"description": "Filter for event type, you can comma separate multiple strings of text",
"type": 3,
"required": false
}