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();
🎓
Developing Simick
Popular repositories Loading
-
-
-
Store-POS
Store-POS PublicForked from tngoman/Store-POS
Point of Sale Desktop App built with Electron
JavaScript
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.