Skip to content
View Kaisarion's full-sized avatar

Organizations

@AmourBot
Block or Report

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.

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

Hey! 👋 I'm Krim 🪐

AMOUR 5.0 OUT NOW - NEW FEATURES, NEW V14! https://amourbot.com

  • I'm a Full-Stack Developer & Medicine student. I own the Discord Bot Amour.
  • I'm an Australian living in the United States, & a massive Spindrift addict.
  • As well as lurking on GitHub repos and filing pull requests, you can normally find me updating Amour Docs and localizing projects on Crowdin.





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 hard at work on Amour version 5.1 :D

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

  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 5 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