Skip to content
/ embed Public

A lightweight and stable Discord user-bot that improves quality of social embeds

License

Notifications You must be signed in to change notification settings

lilyvxv/embed

Repository files navigation

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.

About

A lightweight and stable Discord user-bot that improves quality of social embeds

Resources

License

Stars

Watchers

Forks

Packages

No packages published