Updated README.md
parent
32f100c4cf
commit
ac2573e036
|
@ -1,6 +1,6 @@
|
||||||
# HypeBot
|
# HypeBot
|
||||||
A Discord bot for managing events. Uses [Serenity](https://github.com/serenity-rs/serenity) for the bot framework
|
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
|
## Usage
|
||||||
Creating an event can be done using the `create` command.
|
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
|
## Config
|
||||||
```toml
|
```toml
|
||||||
# Database URL
|
# Database URL
|
||||||
db_url = "mysql://[user]:[password]@localhost/hypebot_db"
|
db_location = "path/to/db"
|
||||||
# Default image to show on the thumbnail
|
# Default image to show on the thumbnail
|
||||||
default_thumbnail_link = "https://i.imgur.com/wPdnvoE.png"
|
default_thumbnail_link = "https://i.imgur.com/wPdnvoE.png"
|
||||||
# Discord bot key
|
# Discord bot key
|
||||||
|
|
Loading…
Reference in New Issue