A discord bot to help manage checking in and out
you need to have node and npm installed on your machine
to install all packages do
npm install
create a .env file and fill required environment variables
TOKEN=<token from discord bot>
CHANNEL_ID=<the channel id of where you want the bot to message>
you will need to run the program to create a config file, bot won't run if there are no tasks to perform om he config file
npm run start
npm run dev