A discordjs bot which tracks 'beer' mentions in a discord server
This app was made with discord.js and uses supabase to store all the data collected. The bot occasionally joins disord voice channels and plays a short audio clip. This proved to be a challenge when deploying to Google Cloud Compute Engine as playing audio is not something that is allowed by default. To solve this I had to allow UDP through the firewall as well as installing FFMPEG in the docker container