Skip to content
View SiphrCodez's full-sized avatar
🎓
Developing Simick
🎓
Developing Simick

Organizations

@JobsOnDiscord @ChatrCommunication

Block or report SiphrCodez

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
SiphrCodez/README.md

ViewCount

import { README } from 'github';

class Contacts {
  constructor(discord, gmail) {
    this.discord = discord;
    this.gmail = gmail;
  };
};

class Project {
  constructor(name, description, url) {
    this.name = name;
    this.description = description;
    this.url = url;
  };
};

const data = {
  name: "Met",
  age: "17",
  country: "United States",
  occupation: "Software Engineer",
  contact: [
    Contacts.discord = "Met#1337",
    Contacts.gmail = "[email protected]",
  ],
  project: [
    Project.name = "Better Modmail",
    Project.description = "Better Modmail is a Discord Bot Application.",
    Project.url = "NOT AVAILABLE YET"
  ]
  languges: [
    "JS",
    "TS",
    "PY",
    "HTML",
    "CSS",
  ],
};

async function aboutMe() {
  await README.update({ data: data })
};

aboutMe();

Top Langs

Siphr's Github Stats

Popular repositories Loading

  1. Defender-Source-Code Defender-Source-Code Public

    3

  2. SiphrCodez SiphrCodez Public

    Config files for my GitHub profile.

    2

  3. Store-POS Store-POS Public

    Forked from tngoman/Store-POS

    Point of Sale Desktop App built with Electron

    JavaScript