Jok3rGRE (Jok3rGR) · GitHub
Skip to content
View Jok3rGRE's full-sized avatar
🐛
Bugs are just undocumented features
🐛
Bugs are just undocumented features

Organizations

@discordforge

Block or report Jok3rGRE

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Jok3rGRE/README.md

Hey , I'm Jok3rGR!


class Jok3rGR extends Developer {
    constructor() {
        super();

        this.name = "Jok3rGR";
        this.location = "Greece";
        this.roles = [
            "Software Developer",
            "Discord Developer",
            "Web Developer",
        ];
    }

    get about() {
        return `Hey! I'm Jok3rGR.

        I build software, Discord bots and web applications.
        I enjoy turning ideas into real, usable projects
        and constantly improving what I build.`;
    }

    get projects() {
        return {
            "Hytherium":
                "Hypixel Network Discord Bot",
        };
    }

    get currentlyBuilding() {
        return {
            "TicketHive":
                "Discord Ticket bot with Web Dashboard",
        };
    }

    get stack() {
        return {
            languages: [
                "JavaScript",
                "TypeScript",
                "Java"
            ],

            frontend: [
                "React",
                "Next.js",
                "HTML",
                "CSS"
            ],

            backend: [
                "Node.js",
                "Discord.js",
                "MongoDB",
                "Redis",
                "REST APIs"
            ],
        };
    }

    get goal() {
        return "Build things people actually want to use.";
    }
}

const author = new Jok3rGR();

console.log(`Thanks for visiting ${author.name}'s profile!`);

Languages and Tools:

Visual Studio Code

JavaScript

Java

HTML5

CSS3




Pinned Loading

  1. guide guide Public

    Forked from discordjs/guide

    The official guide for discord.js, created and maintained by core members of its community

    JavaScript