Skip to content
View darkcim's full-sized avatar
:dependabot:
Discord Bots & Web Site </>
:dependabot:
Discord Bots & Web Site </>
Block or Report

Block or report darkcim

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
darkcim/README.md
class savagery {
  constructor(...options) {
    this.height = "1.85"
    this.weight = "82"
    this.type = "human"
    this.job = "student"
    this.sex = "male"
  }
}

class CreateMan extends Savagery {
  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 Savagery = new CreateMan()
Savagery.createDay();

darkcim

Discord Profile

🔧 Languages

spotify-github-profile

Popular repositories

  1. PM2-V14-Guard-Backup-Mod-Stat PM2-V14-Guard-Backup-Mod-Stat Public archive

    V14 Discord bot projelerimiz.

    JavaScript 23 4

  2. V14-advanced-music-bot V14-advanced-music-bot Public

    About Current v14 Discord Music Bot, Supporting All Platforms

    JavaScript 6

  3. darkcim darkcim Public

    Config files for my GitHub profile.