From d3b8b4ae1d7963662d2d203908592f9c063bf5ba Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Tue, 30 Nov 2021 21:16:18 -0700 Subject: [PATCH] Updated README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a51295b..f782055 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ own library for reuse. database functionality. (This is subject to change a lot) * [`geoffrey_api`](./geoffrey_api): API wrapper around the database to provide data to the website, bot, plugin, etc. It will implement the command API and the model API. A lot of Geoffrey's logic is implemented here. +* [`geoffrey_bot`](./geoffrey_bot): Discord bot for Geoffrey. Uses [serenity](https://github.com/serenity-rs/serenity) ## License [License](LICENSE) \ No newline at end of file