A Discord bot with benchmarking and eval capabilities.
Evaluates JavaScript code.
Opens a model which accepts two code inputs and runs them against each other. The results are displayed once the benchmark is complete.
A docker file is provided however not tested. We recommend you run this on a VPS and keep the process alive using a process manager such as PM2.
- Copy the
.env.examplefile to.envand fill in the values. - Run
pnpm installto install the dependencies. If you do not have yarn installed, runnpm install -g pnpmto install it. - Build the project using
pnpm build. - Start the bot using
pnpm start. If you are using PM2, runpm2 start dist/index.js --time --name test-track.