Skip to content
View uwugrl's full-sized avatar
🏳️‍⚧️
girl doing girl things :333
🏳️‍⚧️
girl doing girl things :333

Block or report uwugrl

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

Hello, it is mldchan

Hi, I'm mldchan.I enjoy making content, like Akabot (a Discord bot), Astolfo Forge Mod (a Minecraft mod), and Astolfo Is Coming for You (a Windows program where Astolfo compliments you). Sometimes I make YouTube videos about projects and other content.

This is my GitHub mirror account. All of my code is mirrored here from https://code.mldchan.dev/ to Codeberg, git.gay and this GitHub account.

I got a website at mldchan.dev. Click Projects at the top and scroll down. Click Socials at the top of the page to see my social accounts. Click Miscellaneous at the top of the page to see slightly different work.

Find me

Project list (Last updated 2025/2/4):

ko-fi

Pinned Loading

  1. Akabot Akabot Public

    A Discord bot by mldchan with lots of features

    Python 8

  2. Website Website Public

    Lunya's new website for 2025. Mirror of https://git.mldchan.dev/mld/website

    TypeScript 1

  3. GirlSocial/girlsocial-chat-server GirlSocial/girlsocial-chat-server Public

    The GirlSocial chat server! Mirror of https://git.mldchan.dev/girlsocial/server

    TypeScript

  4. A catgirl translator :3 A catgirl translator :3
    1
    import sys
    2
    
                  
    3
    english = " ".join([sys.argv[i] for i in range(1, len(sys.argv))])
    4
    
                  
    5
    catgirl = english.replace("hello", "nyanayn")\