class ancient {
constructor(options) {
this.name = "Hasan",
this.sex = "man",
this.length = "185",
this.type = "human",
this.job = "developer",
this.weight = "80",
this.age = "21",
this.discord.tag = "ancientcim"
};
}
module.exports = ancient