class Astpod {
constructor(...options) {
this.height = "1.87"
this.weight = "83"
this.type = "human"
this.job = "Turkish Soldier (Lieutenant)"
this.gender = "male"
}
}
class CreateMan extends Astpod {
constructor(...options) {
super(options);
}
private _eating() {
void "eating 🍔 🍟 🍗 🥤"
}
private _coding() {
void "coding... ❤️"
}
private _sleep(ms) { return new Promise(resolve => setTimeout(resolve, ms)) }
async createDay() {
this._eating()
this._coding()
await this._sleep(18000000)
this.createDay()
}
}
let Astpod = new CreateMan()
Astpod.createDay();
Astpod
Follow
Mükemmelim
Highlights
Popular repositories Loading
-
-
astpod-slash-commands-mod
astpod-slash-commands-mod PublicV13 Slash Commands moderasyon botu sorun olursa Discord adresimden ulaşabilirsiniz. readme okuyunuz.
-
izdivac-botu
izdivac-botu PublicAstpod izdivaç botu her hangi hata veya yardım almak isterseniz discord adresimden ulabişirsiniz.
-
Astpod-Stat
Astpod-Stat PublicHer hangi bir hata veya sorun olursa Discord adresimden ulaşabilirsiniz.
JavaScript 14
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.