class AboutMe {
// Singleton instance
public static instance = new AboutMe();
public languages: string[] = ["Greek", "English", "Albanian"];
public currentLocation: string = "Athens, Greece";
public futureGoal: string = "idk, been doing good lately";
public toJson(): string {
return JSON.stringify(this);
}
}
// Log output to console
console.log(`${AboutMe.instance.toJson()}`);
🙊
monke
Highlights
Pinned Loading
-
galactica-bot
galactica-bot PublicAn open-source Discord bot made with Typescript using the Discord.js v14 library.
-
-
-
DashCruft-Nation/DisCruft-Bot
DashCruft-Nation/DisCruft-Bot Public archiveAn open-source DJS bot, made by the DashCruft Nation contributors with love <3
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.