DBD.formTypes.channelsSelect(disabled, channelTypes = [ChannelType.GuildText], hideNSW, onlyNSFW, hideNoAccess),),
{ optionId: 'welcome_channel', optionName: "Welcome channel", optionDescription: "Select welcome message channel on this guild.", optionType: DBD.formTypes.channelsSelect(false, [ChannelType.GuildText]), getActualSet: async ({guild}) => { return welcomeChannel[guild.id]; }, setNew: async ({guild,newData}) => { welcomeChannel[guild.id] = newData; return; } },
Was this page helpful?