Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.4 KB

README.md

File metadata and controls

58 lines (40 loc) · 1.4 KB

Embed 🔭

A lightweight and stable Discord user-bot

License: OWL v1 Uses TypeScript Open Issues

Highlights

  • Stable and lightweight
  • Easy to install and use
  • Modular making it easy to add new replacements

Installation

Caution

Embed is a user bot, and user bots are against Discord's terms of service. Use at your own risk.

: Prerequisites

  • Recent versions of Node.js & npm
  • Your Discord token

: Manual Installation

  1. Get the latest release from the Releases Page
  2. Extract the zip file
  3. Install dependencies
npm install
  1. Copy config.example.toml to config.toml and fill in the required fields
  2. Start the bot
npm start

: Docker Installation

  1. Build the Docker image
docker build -t embed-user-bot .
  1. Run the Docker container
docker run --name embed-user-bot -d --restart=always -v $(pwd)/config.toml:/app/config.toml embed-user-bot

License

This project is licensed under the OWL v1 license. See the LICENSE file for more information.