diff --git a/README.md b/README.md index 4bd263f..f6af75d 100644 --- a/README.md +++ b/README.md @@ -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