From ac2573e0362938c81fe2462971b241d2285e5e3b Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Thu, 4 Mar 2021 19:10:21 -0600 Subject: [PATCH] Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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