This is a silly Discord bot written to play sound files on a Discord Server. It's limited to mp3 audio files, but it is easily extensible.
Node >= 8
FFMPEG
npm install
node discord_bot.js
Copy bot.json.example
to bot.json
and set the bot token and command prefix.
Copy your mp3 files to the script folder, the command is based on the set command prefix and the filename. E.g.: !botmoo
plays moo.mp3
.