Skip to content

Commit

Permalink
try with errors
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkev committed Apr 20, 2024
1 parent f27b543 commit 4b66065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion slash_commands/mute.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"commandOptions": {
"userOption": {
"name": {
"en-US": "user",
"en-US": "user abc",
"en-GB": "user"
},
"description": {
Expand Down
2 changes: 1 addition & 1 deletion slash_commands/purge.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"en-GB": "count"
},
"description": {
"en-US": "Number of messages to delete (2-100)",
"en-US": "Number of messages to delete (2-100), but a description that is way too long and should hopefully be errored...",
"en-GB": "Number of messages to delete (2-100)"
}
}
Expand Down

0 comments on commit 4b66065

Please sign in to comment.