plex9k/prism
1
0
Fork
You've already forked prism
0
My first Discord bot! Made in Java (Maven)!
  • Java 100%
2026年06月04日 21:20:29 -04:00
src/main/java/com/plex9k/prism im a microwave 2026年06月04日 21:20:29 -04:00
.gitignore shit 2026年06月02日 20:15:11 -04:00
LICENSE Initial commit 2026年06月03日 01:15:32 +02:00
pom.xml dumbass 2026年06月03日 04:01:23 -04:00
prism_banner.png more readme shit 2026年06月04日 20:59:20 -04:00
prism_logo.png more readme shit 2026年06月04日 20:59:20 -04:00
prism_pfp.png more readme shit 2026年06月04日 20:59:20 -04:00
README.md im a microwave 2026年06月04日 21:20:29 -04:00

Prism banner


This is my first (proper) Discord bot! It manipulates images thrown at it given a command. For example, sending a /invert command with an image inverts the colours on the image. There isn't a lot of commands, but if you want to contribute, feel free to do so!

There's no standalone bot you can just invite. You'll have to make it your own if you wish to use this.

Arguments

  • --token BOT_TOKEN (required)

This shit won't run if you don't include this argument. I really shouldn't need to describe this if you know anything about Discord bots.

  • --cores NUMBER

How many CPU cores this should run on at maximum. By default, it's however many cores your system's CPU has.

  • --stress-test

Enables stress testing. Performs a whole bunch of commands on a local test.png file, which takes up a lot of system resources. Run it if you wanna see your computer struggle! For the most accurate results, the test file should be in 1920x1920 resolution and take up 25 MB of storage.

Requirements

This should be able to run on any system running Java 21 or higher. If you have Maven, you may choose to compile this yourself with mvn clean package.