1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "id": "",
- "application_id": "",
- "name": "verify",
- "name_localizations": {
- "en-GB": "verify",
- "en-US": "verify",
- "de": "verify",
- "it": "verifica",
- "sv-SE": "verifiera"
- },
- "description": "Verify your Discord account with your wiki account.",
- "description_localizations": {
- "en-GB": "Verify your Discord account with your wiki account.",
- "en-US": "Verify your Discord account with your wiki account.",
- "de": "Verifiziere deinen Discord-Account mit deinem Wiki-Account.",
- "it": "Verifica il tuo account Discord tramite il tuo account sulla wiki.",
- "sv-SE": "Verifiera ditt Discord-konto med ditt wiki-konto."
- },
- "default_permission": false,
- "default_member_permissions": "68608",
- "options": [
- {
- "type": 3,
- "name": "username",
- "name_localizations": {
- "en-GB": "username",
- "en-US": "username",
- "de": "benutzername",
- "it": "username",
- "sv-SE": "username"
- },
- "description": "Your username on the wiki.",
- "description_localizations": {
- "en-GB": "Your username on the wiki.",
- "en-US": "Your username on the wiki.",
- "de": "Dein Benutzername im Wiki.",
- "it": "Il tuo nome utente sulla wiki.",
- "sv-SE": "Ditt användarnamn på wikin."
- },
- "required": false
- }
- ]
- }
|