Skip to content

A Discord bot written in Go which provides a REPL environment for various languages.

Notifications You must be signed in to change notification settings

sccreeper/replbot

Repository files navigation

Discord REPL bot

A bot that allows you to interact with a REPL environment in your server.

Add the bot to your server - click here


Supported languages

  • JavaScript
  • Lua (future)

Commands

  • /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.

Run the bot

docker build -t bot_repl
docker run bot_repl --env BOT_TOKEN=<token>

Credits

About

A Discord bot written in Go which provides a REPL environment for various languages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published