tauntbot
v4.0.7
Published
Celebrate your victories!
Readme
Taunt Bot 🏆🤖 Celebrate your Victories
Taunt Bot is a Discord bot that plays user-uploaded audio tracks on command. For more info on what Taunt Bot does, visit Taunt.Bot.
Running Taunt Bot
Clone this repo, do an npm install, and build the project with npm run build. Edit config/config.jsonc to match your desired configuration. See the example config file.
In your audio directory, taunt bot is expecting audio files with names following this format:
{ID of associated user}_{type (victory|mvp|lose|intro)}.ogg
Once Taunt Bot has been set up, start the bot with npm run start.
Docker
Use the Dockerfile, or grab the latest image from Docker Hub or GHCR.
Docker Compose Example:
services:
tauntbot:
container_name: tauntbot
image: ghcr.io/corysanin/tauntbot:latest
restart: "always"
volumes :
- ./config:/usr/src/app/config
- ./audio:/usr/src/app/audio
- ./stats:/usr/src/app/stats