Hype Up Your Events!
Go to file
Joey Hines 7799f0e2fe Added the cancel_event command
+ When an event is canceled, a notification is sent to all interested users
+ The message is then deleted and removed from the database
2020-04-26 21:49:04 -05:00
migrations Added reminders 2020-04-25 20:04:13 -05:00
src Added the cancel_event command 2020-04-26 21:49:04 -05:00
.gitignore Initial commit 2020-04-22 22:28:51 -05:00
Cargo.lock Added better timezone support and added confirm_event 2020-04-23 19:45:02 -05:00
Cargo.toml Added better timezone support and added confirm_event 2020-04-23 19:45:02 -05:00
README.md Added better timezone support and added confirm_event 2020-04-23 19:45:02 -05:00
diesel.toml Initial commit 2020-04-22 22:28:51 -05:00

README.md

HypeBot

A Discord bot for managing events. Uses Serenity for the bot framework and Disel as an ORM.

Running

./hype_bot config.toml

##Config

# Database URL
db_url = "mysql://[user]:[password]@localhost/hypebot_db"
# Default image to show on the thumbnail
default_thumbnail_link = "https://i.imgur.com/wPdnvoE.png"
# Discord bot key
discord_key = ""
# Bot command prefix
prefix = "~"
# Channel ID to post to
event_channel = 0
# Permissions to use the bot
event_roles = 0
# Timezone to display events
event_timezone = "America/New_York"