A simple little discord bot I set up at my friends request to keep track of their EMS work schedule.
Uses a google sheet on the backend to track what days people are working and then displays this data using a discord bot.
Intended use is this running once a day, using a cronjob.
You will need the following files to run this yourself
discord.txt - Your discord bot token
channel.txt - The id of the channel you'd like to send messages to
guild.txt - The id of the guild you'd like the bot to operate in
google.json - Your google credentials file
sheet_id.txt - The id of the google sheet you'd like to access (found in the URL)
sheet_gid.txt - The gid of the google sheet you'd like to access (found in the URL)
This uses a specific format of Google sheet to read in data. If there is any interest in this project at all I'll post the template, but otherwise this is just meant for a very specific use case. Use the code if you want!