1234567891011121314151617181920212223242526272829303132 |
- {
- "id": "",
- "application_id": "",
- "name": "verify",
- "name_localizations": {
- "en-GB": "verify",
- "en-US": "verify"
- },
- "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."
- },
- "default_permission": false,
- "default_member_permissions": "68608",
- "options": [
- {
- "type": 3,
- "name": "username",
- "name_localizations": {
- "en-GB": "username",
- "en-US": "username"
- },
- "description": "Your username on the wiki.",
- "description_localizations": {
- "en-GB": "Your username on the wiki.",
- "en-US": "Your username on the wiki."
- },
- "required": false
- }
- ]
- }
|