A Discord bot that allows you to interact with it as if it was a JShell session.
- JDA (Java Discord API)
- JShell
- Some lightweight ASM for scanning the executed code
- Maven 3
- Java 11
- Docker (if you want to build as docker image)
Navigate to the bot.properties
file and set your token there. You should be able to run the project
mvn package
You can build using the maven plugin. There is a discord.token
you can pass to the maven build command:
mvn install -Ddiscord.token=yourtoken