A bot that allows you to interact with a REPL environment in your server.
Add the bot to your server - click here
- JavaScript
- Lua (future)
/help
- Help menu/evaluate <mode> <code>
Evaluates code in a REPL session or on it's own./start <language>
Start a REPL session with a specified language. Sessions timeout after 5 minutes of inactivity./end
Ends your REPL session./info
About page for the bot./history
Displays evaluation history for a session/clear
Clears the evaluation history for a session. This does not include any values that have been declared.
docker build -t bot_repl
docker run bot_repl --env BOT_TOKEN=<token>
- otto - robertkrimen/otto
- Language runtime used for JS.
- discordgo bwmarrin/discordgo
- Library used to interact with the Discord API.