verify.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "id": "",
  3. "application_id": "",
  4. "name": "verify",
  5. "name_localizations": {
  6. "en-GB": "verify",
  7. "en-US": "verify",
  8. "de": "verify",
  9. "it": "verifica",
  10. "sv-SE": "verifiera"
  11. },
  12. "description": "Verify your Discord account with your wiki account.",
  13. "description_localizations": {
  14. "en-GB": "Verify your Discord account with your wiki account.",
  15. "en-US": "Verify your Discord account with your wiki account.",
  16. "de": "Verifiziere deinen Discord-Account mit deinem Wiki-Account.",
  17. "it": "Verifica il tuo account Discord tramite il tuo account sulla wiki.",
  18. "sv-SE": "Verifiera ditt Discord-konto med ditt wiki-konto."
  19. },
  20. "default_permission": false,
  21. "default_member_permissions": "68608",
  22. "options": [
  23. {
  24. "type": 3,
  25. "name": "username",
  26. "name_localizations": {
  27. "en-GB": "username",
  28. "en-US": "username",
  29. "de": "benutzername",
  30. "it": "username",
  31. "sv-SE": "username"
  32. },
  33. "description": "Your username on the wiki.",
  34. "description_localizations": {
  35. "en-GB": "Your username on the wiki.",
  36. "en-US": "Your username on the wiki.",
  37. "de": "Dein Benutzername im Wiki.",
  38. "it": "Il tuo nome utente sulla wiki.",
  39. "sv-SE": "Ditt användarnamn på wikin."
  40. },
  41. "required": false
  42. }
  43. ]
  44. }