Skip to content
View RejectModders's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@disutils

Block or report RejectModders

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

Typing SVG

πŸš€ Quick Overview

Just a guy from Missouri who loves building Discord bots and hanging out with cool people online 🌟

πŸ“ˆ Current Projects & Milestones

🎯 Active Projects

  • Disutils Team – Some awesome people making Discord better GitHub
  • Disckit – A package that makes Discord.py bot development suck less GitHub
  • Ignited Hosting – Fast servers without the BS Website

πŸ† Recent Achievements

  • πŸš€ My bots are now in 600+ servers (still can't believe it!)
  • πŸ€– Built 2 bots that people actually use
  • 🌟 Made it to Top.gg front page (for a bit, but hey, it counts!)

πŸ§‘β€πŸ’» About Me

class Developer:
    def __init__(self) -> None:
        self.name = "RejectModders"
        self.role = "Discord Dev & Disutils Owner"
        self.location = "Missouri"
        self.passions = ["Building Discord Bots", "Gaming", "Friends"]
        self.learning = ["C#", "C++"]
        self.projects = {
            "main": "https://disutils.com",
            "description": "A dedicated group of individuals committed to enhancing and simplifying the Discord experience for all users.",
            "looking_for": "Beta Testers & Community Members!",
        }
        self.fun_fact = "I spend way too much time watching cop videos πŸš“"

    def technologies_and_skills(self) -> dict:
        return {
            "frontend": ["HTML", "CSS", "JavaScript"],
            "backend": ["Python", "Node.js", "FastAPI", "Express.js"],
            "databases": ["PostgreSQL", "SQLite", "MongoDB", "MySQL"],
            "tools": ["Docker", "Git", "PyCharm", "WebStorm"],
            "interests": ["Bot Development", "API Design", "Coding"]
        }

    def current_focus(self) -> list[str]:
        return [
            "Scaling Disutils",
            "Building Amazing Communities",
            "Learning New Technologies",
        ]

    def daily_routine(self) -> list[str]:
        return ["Code", "Coffee", "Community", "Repeat"]

    def __str__(self) -> str:
        return (
            f"Name: {self.name}\n"
            f"Role: {self.role}\n"
            f"Location: {self.location}\n"
            f"Passions: {', '.join(self.passions)}\n"
            f"Learning: {', '.join(self.learning)}\n"
            f"Projects: {self.projects}\n"
            f"Fun Fact: {self.fun_fact}\n"
            f"Current Focus: {', '.join(self.current_focus())}\n"
            f"Daily Routine: {', '.join(self.daily_routine())}"
        )


reject = Developer()
print(reject)

πŸ› οΈ Tech Stack & Tools

Languages

Python HTML EJS JSON CSS JavaScript

Currently Learning

C C++ C# Java LUA

Frameworks & Libraries

Node.js Discord.py Express.js FastAPI Flask

Databases & Tools

PostgreSQL SQLite MongoDB MySQL

GitHub PyCharm WebStorm Rider Docker

πŸ“Š GitHub Stats

GitHub Streak

πŸ† Achievements

trophy

🎡 Discord Activity

spotify-github-profile

πŸ“« Get in Touch

Email Discord

🀝 Support Me

Let's build the future of Discord communities together! πŸš€
🌐 Check out Disutils

Made with ❀️ Awesome Badges

Pinned Loading

  1. Discord.py-Template Discord.py-Template Public

    This is a discord.py template for cogs and sub commands!

    Python 1 1

  2. SnakeGame SnakeGame Public

    Snake Game in python

    Python