DBD.formTypes.rolesSelect(disabled, includeBots, hideHigherRoles),
{ optionId: 'welcome_role', optionName: "Welcome role", optionDescription: "Select role given to user on guild join.", optionType: DBD.formTypes.rolesSelect(false), getActualSet: async ({guild}) => { return welcomeRole[guild.id]; }, setNew: async ({guild,newData}) => { welcomeRole[guild.id] = newData; return; } },
Was this page helpful?