Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 461 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 461 Bytes

Amber Bot

Amber Compiler bot that can run Amber code in the isolated environment.

Commands

  • /run - Run Amber code in the isolated environment.

Configuration

  • TOKEN - Amber Bot token.
  • APPLICATION_ID - Amber Bot client ID.
  • GUILD_ID - Amber Bot guild ID.

Requirements

  1. Build the amber-alpine Docker image.
docker build -t amber-alpine .
  1. Register commands.
npm run register
  1. Start the bot.
npm start