A simple Discord bot that announces users joining a voice channel or unmuting themselves.
- Announce users joining a Discord voice channel, or users unmuting themselves while already in a channel
- Audio files are created using e-speak
- Use your own custom audio files to get announced
To use the bot you need to provide an authorisation token for a Discord application with the DISCORD_APP_AUTH_TOKEN
environment variable.
Custom audio files can be submitted in a text channel named "announcer-bot-submissions" using this syntax !newfile [NAME]
.
If no name is provided, the name of the file is used, but any underscores are replaced with spaces.
The audio files are stored in /config/audio because the bot is intended to be used within a docker container.