{optionId:'welcome_embed_color',optionName:"Welcome Embed Color",optionDescription:"Set embed color on member join.",optionType:DBD.formTypes.colorSelect('#fff000',false),getActualSet:async({guild})=>{return welcomeColorData[guild.id];},setNew:async({guild,newData})=>{ welcomeColorData[guild.id]= newData ||null;return;}},