//META{"name":"JoinedAtDate"}*// class JoinedAtDate { initConstructor () { this.labels = {}; this.languages; this.loadedusers = {}; this.joinedAtDateMarkup = `
`; this.css = ` ${BDFDB.dotCNS.userpopout + BDFDB.dotCN.nametag} { margin-bottom: 4px; } ${BDFDB.dotCNS.themelight + BDFDB.dotCN.userpopoutheadernormal} .joinedAtDate { color: #b9bbbe; } ${BDFDB.dotCNS.themelight + BDFDB.dotCN.userpopoutheader}:not(${BDFDB.dotCN.userpopoutheadernormal}) .joinedAtDate, ${BDFDB.dotCNS.themedark + BDFDB.dotCN.userpopoutheader} .joinedAtDate { color: hsla(0,0%,100%,.6); } ${BDFDB.dotCNS.themelight + BDFDB.dotCN.userprofiletopsectionnormal} .joinedAtDate { color: hsla(216,4%,74%,.6); } ${BDFDB.dotCN.themelight} [class*='topSection']:not(${BDFDB.dotCN.userprofiletopsectionnormal}) .joinedAtDate, ${BDFDB.dotCN.themedark} [class*='topSection'] .joinedAtDate { color: hsla(0,0%,100%,.6); }`; this.defaults = { settings: { addInUserPopout: {value:true, description:"Add in User Popouts:"}, addInUserProfil: {value:true, description:"Add in User Profil Modal:"}, addJoinedAtTime: {value:true, description:"Display the Time when the User Joined:"}, forceZeros: {value:false, description:"Force leading Zeros:"} }, choices: { joinedAtDateLang: {value:"$discord", description:"Joined At Date Format:"} } }; } getName () {return "JoinedAtDate";} getDescription () {return "Displays the Joined At Date of the current Server for a Member in the UserPopout and UserModal.";} getVersion () {return "1.0.2";} getAuthor () {return "DevilBro";} getSettingsPanel () { if (!this.started || typeof BDFDB !== "object") return; var settings = BDFDB.getAllData(this, "settings"); var choices = BDFDB.getAllData(this, "choices"); var settingshtml = `