//META{"name":"CreationDate"}*// class CreationDate { initConstructor () { this.labels = {}; this.languages; this.creationDateMarkup = `
`; this.css = ` ${BDFDB.dotCNS.themelight + BDFDB.dotCN.userpopoutheadernormal} .creationDate { color: #b9bbbe; } ${BDFDB.dotCNS.themelight + BDFDB.dotCN.userpopoutheader}:not(${BDFDB.dotCN.userpopoutheadernormal}) .creationDate, ${BDFDB.dotCNS.themedark + BDFDB.dotCN.userpopoutheader} .creationDate { color: hsla(0,0%,100%,.6); } ${BDFDB.dotCNS.themelight + BDFDB.dotCN.userprofiletopsectionnormal} .creationDate { color: hsla(216,4%,74%,.6); } ${BDFDB.dotCN.themelight} [class*='topSection']:not(${BDFDB.dotCN.userprofiletopsectionnormal}) .creationDate, ${BDFDB.dotCN.themedark} [class*='topSection'] .creationDate { 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:"}, addCreationTime: {value:true, description:"Display the Time of Creation:"}, forceZeros: {value:false, description:"Force leading Zeros:"} }, choices: { creationDateLang: {value:"$discord", description:"Creation Date Format:"} } }; } getName () {return "CreationDate";} getDescription () {return "Displays the Creation Date of an Account in the UserPopout and UserModal.";} getVersion () {return "1.1.8";} 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 = `