This is a calendar app for Discord that allows you to create events on the web and display them in a channel with RSVP values.
npm install
Example: Creating the role for the discord user by interacting with the message
Example: Posting the event into the discord text channel
Import the database to view functionality
mysql -u root
SOURCE db/schema.sql
exit
Seed the event information and then start node.js
npm run seed
npm start