- Java 100%
| src/main/java/com/plex9k/prism | im a microwave | |
| .gitignore | shit | |
| LICENSE | Initial commit | |
| pom.xml | dumbass | |
| prism_banner.png | more readme shit | |
| prism_logo.png | more readme shit | |
| prism_pfp.png | more readme shit | |
| README.md | im a microwave | |
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.