Skip to content
View Kaisarion's full-sized avatar

Organizations

@AmourBot

Block or report Kaisarion

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Kaisarion/README.md

Hey! 👋 I'm Krim 🪐

  • I'm a Full-Stack Developer & Medicine student hailing from Australia!





If you need a starter Discord Bot, I'll be re-posting Quantum, my base Discord bot in Discord.js.
Additionally, you can view example bots, NameMC Bot & AverageMod

I'm currently on big time hiatus volunteering IRL, but working on a cool new app!

Knowledge

Java Javascript PHP Python Ruby Rust Swift Typescript HTML5 React NextJs Vue Nuxtjs JQuery CSS3 Bootstrap NodeJS Express MongoDB MySQL Firebase Heroku Photoshop Illustrator After Effects Premiere Pro MetaMask Ethereum Polygon Solana

Pinned Loading

  1. AverageMod AverageMod Public

    AverageJonas' Discord Bot to aid his moderation team in combating rulebreakers.

    JavaScript

  2. namemcbot namemcbot Public

    A simple Discord bot based off Minecraft, using some of the NameMC API.

    JavaScript 3 5

  3. Make your Commits Verified on GitHub Make your Commits Verified on GitHub
    1
    # How to set up GPG keys into GitHub on any device
    2
    
                  
    3
    ![gpgterminalprocess](https://i.imgur.com/JIlRccz.png)
    4
    
                  
    5
    ## Supported GPG key algorithms
  4. Replace Discord Home Button in Power... Replace Discord Home Button in Powercord
    1
    #app-mount .guilds-2JjMmN .tutorialContainer-1pL9QS .listItem-3SmSlK:first-child .wrapper-3kah-n:before {
    2
      content: "";
    3
      border-radius: 50%;
    4
      position: absolute;
    5
      background: var(--home-button-image, url("https://i.imgur.com/EN2OZ5V.png"));
  5. Copy Screenshots that are added to a... Copy Screenshots that are added to a specific folder with AppleScript and Mac
    1
    on run {input, parameters}
    2
    	set thisFile to item 1 of input
    3
    	set the clipboard to (read thisFile as TIFF picture)
    4
    	return thisFile
    5
    end run