diff --git a/slash_commands/mute.json b/slash_commands/mute.json index 352b595..eeccc8e 100644 --- a/slash_commands/mute.json +++ b/slash_commands/mute.json @@ -11,7 +11,7 @@ "commandOptions": { "userOption": { "name": { - "en-US": "user abc", + "en-US": "user", "en-GB": "user" }, "description": { diff --git a/slash_commands/purge.json b/slash_commands/purge.json index 0f046fd..a8f8be5 100644 --- a/slash_commands/purge.json +++ b/slash_commands/purge.json @@ -15,7 +15,7 @@ "en-GB": "count" }, "description": { - "en-US": "Number of messages to delete (2-100), but a description that is way too long and should hopefully be errored...", + "en-US": "Number of messages to delete (2-100)", "en-GB": "Number of messages to delete (2-100)" } }