Skip to content

Commit

Permalink
fix: remove urban dict command
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Apr 30, 2024
1 parent 81da53d commit 5e717f3
Showing 1 changed file with 0 additions and 85 deletions.
85 changes: 0 additions & 85 deletions commands.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,91 +366,6 @@
"contexts": [0, 1, 2],
"integration_types": [0, 1]
},
{
"name": "commands.urbandictionary.meta.name",
"name_localizations": {
"en-US": "commands.urbandictionary.meta.name",
"en-GB": "commands.urbandictionary.meta.name",
"de": "commands.urbandictionary.meta.name",
"es-ES": "commands.urbandictionary.meta.name",
"ja": "commands.urbandictionary.meta.name",
"ko": "commands.urbandictionary.meta.name",
"pl": "commands.urbandictionary.meta.name",
"zh-CN": "commands.urbandictionary.meta.name",
"zh-TW": "commands.urbandictionary.meta.name"
},
"description": "commands.urbandictionary.meta.description",
"description_localizations": {
"en-US": "commands.urbandictionary.meta.description",
"en-GB": "commands.urbandictionary.meta.description",
"de": "commands.urbandictionary.meta.description",
"es-ES": "commands.urbandictionary.meta.description",
"ja": "commands.urbandictionary.meta.description",
"ko": "commands.urbandictionary.meta.description",
"pl": "commands.urbandictionary.meta.description",
"zh-CN": "commands.urbandictionary.meta.description",
"zh-TW": "commands.urbandictionary.meta.description"
},
"options": [
{
"name": "word",
"name_localizations": {
"en-US": "commands.urbandictionary.meta.args.word.name",
"en-GB": "commands.urbandictionary.meta.args.word.name",
"de": "commands.urbandictionary.meta.args.word.name",
"es-ES": "commands.urbandictionary.meta.args.word.name",
"ja": "commands.urbandictionary.meta.args.word.name",
"ko": "commands.urbandictionary.meta.args.word.name",
"pl": "commands.urbandictionary.meta.args.word.name",
"zh-CN": "commands.urbandictionary.meta.args.word.name",
"zh-TW": "commands.urbandictionary.meta.args.word.name"
},
"description": "commands.urbandictionary.meta.args.word.description",
"description_localizations": {
"en-US": "commands.urbandictionary.meta.args.word.description",
"en-GB": "commands.urbandictionary.meta.args.word.description",
"de": "commands.urbandictionary.meta.args.word.description",
"es-ES": "commands.urbandictionary.meta.args.word.description",
"ja": "commands.urbandictionary.meta.args.word.description",
"ko": "commands.urbandictionary.meta.args.word.description",
"pl": "commands.urbandictionary.meta.args.word.description",
"zh-CN": "commands.urbandictionary.meta.args.word.description",
"zh-TW": "commands.urbandictionary.meta.args.word.description"
},
"type": 3,
"required": true
},
{
"name": "hide",
"name_localizations": {
"en-US": "hide",
"en-GB": "hide",
"de": "hide",
"es-ES": "hide",
"ja": "hide",
"ko": "hide",
"pl": "hide",
"zh-CN": "hide",
"zh-TW": "hide"
},
"description": "Whether or not to hide the command response from other users (default: False).",
"description_localizations": {
"en-US": "Whether or not to hide the command response from other users (default: False).",
"en-GB": "Whether or not to hide the command response from other users (default: False).",
"de": "Whether or not to hide the command response from other users (default: False).",
"es-ES": "Whether or not to hide the command response from other users (default: False).",
"ja": "Whether or not to hide the command response from other users (default: False).",
"ko": "Whether or not to hide the command response from other users (default: False).",
"pl": "Whether or not to hide the command response from other users (default: False).",
"zh-CN": "Whether or not to hide the command response from other users (default: False).",
"zh-TW": "Whether or not to hide the command response from other users (default: False)."
},
"type": 5
}
],
"contexts": [0, 1, 2],
"integration_types": [0, 1]
},
{
"name": "definition",
"name_localizations": {
Expand Down

0 comments on commit 5e717f3

Please sign in to comment.