Commit Graph

4 Commits (30177474e13e30b8778edf7bdd6a4d8468ec7ac4)

Author SHA1 Message Date
Joey Hines c855d6e568 Fixed issue w/ events w/ long descriptions
+ `event_desc` field was too small in the database
2020-07-09 22:36:04 -05:00
Joey Hines 81660a72df Added event organizer and event location
+ Event location is a new required field
+ Event organizer defaults to user that ran the command, or can be specified
+ Formatted code
2020-05-02 13:35:47 -05:00
Joey Hines 8b8b479bcf Added reminders
+ Users can react to an event message, when they do they get reminders about the event
2020-04-25 20:04:13 -05:00
Joey Hines 3c710adf96 Initial commit
What works:
+ create_event command posts an event message to a channel
+ the event is also stored in a database

Todo:
+ Add event reminders to those who RSVP
+ Add permissions support
+ Add commands for editing/deleting events
2020-04-22 22:28:51 -05:00