Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
SoftUI.formTypes.tagInput(disabled),
{ optionId: "allowed_tags", optionName: "Allowed Tags", optionDescription: "Which tags are allowed?", optionType: SoftUI.formTypes.tagInput(false), getActualSet: ({ guild }) => { return allowedTags[guild.id]; }, setNew: ({ guild, newData }) => { allowedTags[guild.id] = newData; return; }, },
Was this page helpful?