- Stable and lightweight
- Easy to install and use
- Modular making it easy to add new replacements
Caution
Embed is a user bot, and user bots are against Discord's terms of service. Use at your own risk.
- Get the latest release from the Releases Page
- Extract the zip file
- Install dependencies
npm install
- Copy
config.example.toml
toconfig.toml
and fill in the required fields - Start the bot
npm start
- Build the Docker image
docker build -t embed-user-bot .
- Run the Docker container
docker run --name embed-user-bot -d --restart=always -v $(pwd)/config.toml:/app/config.toml embed-user-bot
This project is licensed under the OWL v1 license. See the LICENSE file for more information.