123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313 |
- [
- {
- "id": "",
- "application_id": "",
- "name": "inline",
- "description": "Post a message with inline wiki links.",
- "default_permission": true,
- "options": [
- {
- "type": 3,
- "name": "text",
- "description": "Text including wikitext links.",
- "required": true
- }
- ]
- },
- {
- "id": "",
- "application_id": "",
- "name": "verify",
- "description": "Verify your Discord account with your wiki account.",
- "default_permission": false,
- "options": [
- {
- "type": 3,
- "name": "username",
- "description": "Your username on the wiki.",
- "required": false
- }
- ]
- },
- {
- "id": "",
- "application_id": "",
- "name": "settings",
- "description": "Change the settings for the server.",
- "default_permission": false,
- "options": [
- {
- "type": 7,
- "name": "channel",
- "description": "The channel to change the settings for.",
- "required": false
- },
- {
- "type": 3,
- "name": "wiki",
- "description": "The default wiki for the server or channel.",
- "required": false
- },
- {
- "type": 3,
- "name": "lang",
- "description": "The language for the server or, Patreon only, channel.",
- "required": false,
- "choices": [
- {
- "name": "English (en)",
- "value": "en"
- },
- {
- "name": "বাংলা (bn)",
- "value": "bn"
- },
- {
- "name": "Deutsch (de)",
- "value": "de"
- },
- {
- "name": "Español (es)",
- "value": "es"
- },
- {
- "name": "Français (fr)",
- "value": "fr"
- },
- {
- "name": "हिन्दी (hi)",
- "value": "hi"
- },
- {
- "name": "한국어 (ko)",
- "value": "ko"
- },
- {
- "name": "Polski (pl)",
- "value": "pl"
- },
- {
- "name": "Português do Brasil (pt-br)",
- "value": "pt-br"
- },
- {
- "name": "Русский (ru)",
- "value": "ru"
- },
- {
- "name": "Türkçe (tr)",
- "value": "tr"
- },
- {
- "name": "简体中文 (zh-hans)",
- "value": "zh-hans"
- },
- {
- "name": "繁體中文 (zh-hant)",
- "value": "zh-hant"
- }
- ]
- },
- {
- "type": 8,
- "name": "role",
- "description": "The minimal required role for the server or, Patreon only, channel.",
- "required": false
- },
- {
- "type": 5,
- "name": "inline",
- "description": "Should inline commands be enabled for the server or, Patreon only, channel?",
- "required": false
- },
- {
- "type": 3,
- "name": "prefix",
- "description": "Patreon only: The bot command prefix for the server.",
- "required": false
- }
- ]
- },
- {
- "id": "",
- "application_id": "",
- "name": "verification",
- "description": "Change the verifications for the server.",
- "default_permission": false,
- "options": [
- {
- "type": 4,
- "name": "id",
- "description": "The ID of the verification. Set to 0 to add a new verification.",
- "required": false
- },
- {
- "type": 7,
- "name": "channel",
- "description": "The channel for the verification.",
- "required": false
- },
- {
- "type": 8,
- "name": "role",
- "description": "The role for the verification.",
- "required": false
- },
- {
- "type": 4,
- "name": "editcount",
- "description": "The edit count for the verification.",
- "required": false
- },
- {
- "type": 4,
- "name": "accountage",
- "description": "The wiki account age in days for the verification.",
- "required": false
- },
- {
- "type": 5,
- "name": "rename",
- "description": "Should the Discord user be renamed to their wiki username for the verification.",
- "required": false
- },
- {
- "type": 3,
- "name": "usergroup",
- "description": "The usergroup for the verification. Add multiple usergroups comma separated.",
- "required": false
- },
- {
- "type": 5,
- "name": "and",
- "description": "Should all provided usergroups be required for the verification, instead of just one of them?",
- "required": false
- },
- {
- "type": 4,
- "name": "postcount",
- "description": "The Fandom feeds post count for the verification.",
- "required": false
- },
- {
- "type": 3,
- "name": "posteditcount",
- "description": "How the Fandom feeds post count should relate to the edit count requirement for the verification.",
- "required": false,
- "choices": [
- {
- "name": "Require both edit and post count.",
- "value": "and"
- },
- {
- "name": "Require either edit or post count.",
- "value": "or"
- },
- {
- "name": "Require combined edit and post count.",
- "value": "both"
- }
- ]
- }
- ]
- },
- {
- "id": "",
- "application_id": "",
- "name": "rcscript",
- "description": "Change the recent changes webhooks for the server.",
- "default_permission": false,
- "options": [
- {
- "type": 4,
- "name": "id",
- "description": "The ID of the recent changes webhook. Set to 0 to add a new recent changes webhook.",
- "required": false
- },
- {
- "type": 3,
- "name": "wiki",
- "description": "The wiki for the recent changes webhook.",
- "required": false
- },
- {
- "type": 3,
- "name": "lang",
- "description": "The language for the recent changes webhook.",
- "required": false,
- "choices": [
- {
- "name": "English (en)",
- "value": "en"
- },
- {
- "name": "Deutsch (de)",
- "value": "de"
- },
- {
- "name": "हिन्दी (hi)",
- "value": "hi"
- },
- {
- "name": "Polski (pl)",
- "value": "pl"
- },
- {
- "name": "Português do Brasil (pt-br)",
- "value": "pt-br"
- },
- {
- "name": "Русский (ru)",
- "value": "ru"
- },
- {
- "name": "简体中文 (zh-hans)",
- "value": "zh-hans"
- }
- ]
- },
- {
- "type": 4,
- "name": "display",
- "description": "The display mode for the recent changes webhook.",
- "required": false,
- "choices": [
- {
- "name": "Compact text messages with inline links.",
- "value": 0
- },
- {
- "name": "Embed messages with edit tags and category changes.",
- "value": 1
- },
- {
- "name": "Embed messages with image previews.",
- "value": 2
- },
- {
- "name": "Patreon only: Embed messages with image previews and edit differences.",
- "value": 3
- }
- ]
- },
- {
- "type": 7,
- "name": "channel",
- "description": "The channel for the recent changes webhook.",
- "required": false
- },
- {
- "type": 5,
- "name": "feeds",
- "description": "Should Fandom feeds posts be send to the recent changes webhook?",
- "required": false
- },
- {
- "type": 5,
- "name": "feedsonly",
- "description": "Should only Fandom feeds enabled for the recent changes webhook? (MediaWiki changes disabled)",
- "required": false
- }
- ]
- }
- ]
|