Updated README.md

async_update
Joey Hines 2021-03-04 19:10:21 -06:00
parent 32f100c4cf
commit ac2573e036
No known key found for this signature in database
GPG Key ID: 80F567B5C968F91B
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# HypeBot
A Discord bot for managing events. Uses [Serenity](https://github.com/serenity-rs/serenity) for the bot framework
and [Diesel](http://diesel.rs/) as an ORM.
and [sled](https://github.com/spacejam/sled) for the database
## Usage
Creating an event can be done using the `create` command.
@ -24,7 +24,7 @@ Users who react with ✅ will then be sent reminders about the event as private
## Config
```toml
# Database URL
db_url = "mysql://[user]:[password]@localhost/hypebot_db"
db_location = "path/to/db"
# Default image to show on the thumbnail
default_thumbnail_link = "https://i.imgur.com/wPdnvoE.png"
# Discord bot key