Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 427 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 427 Bytes

buncord

Discord Bot to run Bun code securely and get the output using an Alpine Linux Docker container. Unfortunately unstable on devices like Raspberry Pi.


To install dependencies:

bun install

To run:

  1. Rename .env.example to .env and fill in the values
  2. bun run index.js

This project was created using bun init in bun v1.1.45. Bun is a fast all-in-one JavaScript runtime.