Celebrate your victories. Discord audio-playing bot.
10K+
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.
Clone this repo, do an npm install, and edit config/config.json to match your desired configuration. 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 node index.js.
Use the Dockerfile, or grab the latest image from Docker Hub.
At the minimum, the container expects a configuration json file and a directory to retreive audio files from.
Docker Compose Example:
version: '2'
services:
tauntbot:
container_name: tauntbot
image: corysanin/tauntbot
restart: "always"
volumes :
- ./config:/usr/src/app/config
- ./audio:/usr/src/app/audio
- ./stats:/usr/src/app/stats
Content type
Image
Digest
sha256:33c3238e7…
Size
112 MB
Last updated
5 months ago
docker pull corysanin/tauntbot