Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.28 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.28 KB

Announcer Bot

Build Status License Discord Server

A simple Discord bot that announces users joining a voice channel or unmuting themselves.

Current Features

  • 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

Usage

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.