Hype Up Your Events!
Go to file
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
migrations Initial commit 2020-04-22 22:28:51 -05:00
src Initial commit 2020-04-22 22:28:51 -05:00
.gitignore Initial commit 2020-04-22 22:28:51 -05:00
Cargo.lock Initial commit 2020-04-22 22:28:51 -05:00
Cargo.toml Initial commit 2020-04-22 22:28:51 -05:00
README.md Initial commit 2020-04-22 22:28:51 -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 -c 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