A testing platform to evaluate arbitrary code through a Discord bot.
Version: 1.0.0
- Install Go from https://golang.org/dl (tested: v1.16.3)
git clone https://github.com/Zytekaron/RocketSciencecd RocketSciencego build -o RocketScience main.go(RocketScience.exe on Windows)- Create a Discord bot application from the developer portal, make it a bot, and copy the token
- create a
.envfile and insertROCKET_SCIENCE_TOKEN=BotTokenHere - run
./RocketScience(Unix) or.\RocketScience.exe(Windows)
RocketScience is licenced under the MIT License