From 6887192f8efaa0402906faa309de6ff363e125d5 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Tue, 21 May 2024 20:27:45 -0600 Subject: [PATCH] Discord has a 100 char limit on command descriptions :skull: --- data/commands.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/commands.json b/data/commands.json index fdea4f5..37e4f63 100644 --- a/data/commands.json +++ b/data/commands.json @@ -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 }