Discord bot for my plugin support discord.
No scripts are available for windows (unless you use something like git bash. then follow the mac/linux instructions)
Run:
./start-dev.sh <token>
Make sure to replace <token>
with the token of your test bot.
Make sure to NEVER commit your token to the repository. If you accidently do, make sure to regen the token immedietly.
Note that if you use the start script, it will build it for you.
In cmd
gradlew.bat clean shadowJar
In a command line
./gradlew clean shadowJar