verify.json 837 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "id": "",
  3. "application_id": "",
  4. "name": "verify",
  5. "name_localizations": {
  6. "en-GB": "verify",
  7. "en-US": "verify"
  8. },
  9. "description": "Verify your Discord account with your wiki account.",
  10. "description_localizations": {
  11. "en-GB": "Verify your Discord account with your wiki account.",
  12. "en-US": "Verify your Discord account with your wiki account."
  13. },
  14. "default_permission": false,
  15. "default_member_permissions": "68608",
  16. "options": [
  17. {
  18. "type": 3,
  19. "name": "username",
  20. "name_localizations": {
  21. "en-GB": "username",
  22. "en-US": "username"
  23. },
  24. "description": "Your username on the wiki.",
  25. "description_localizations": {
  26. "en-GB": "Your username on the wiki.",
  27. "en-US": "Your username on the wiki."
  28. },
  29. "required": false
  30. }
  31. ]
  32. }