This website requires JavaScript.
Explore
Help
Sign In
Minecraft
/
HypeBot
Watch
6
Star
0
Fork
You've already forked HypeBot
0
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
04014c24d6
HypeBot
/
migrations
/
2020-04-22-222856_create_ev...
/
down.sql
2 lines
64 B
MySQL
Raw
Normal View
History
Unescape
Escape
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-23 03:28:51 +00:00
-- This file should undo anything in `up.sql`
Added reminders + Users can react to an event message, when they do they get reminders about the event
2020-04-26 01:04:13 +00:00
DROP
TABLE
events
;