From 6d2335072ca2f62dac582d2c255637072eb5494c Mon Sep 17 00:00:00 2001 From: Will Brown Date: Wed, 20 Nov 2024 23:39:14 -0500 Subject: [PATCH] [README.md] Make the checkboxes actually function as checkboxes --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f4fcef5..c9c2fd1 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ A simple, lightweight Discord RSS bot - libmrss ## TODO -[ ] Add build instructions -[x] Get all new feeds, not just the first one -[ ] Set permissions for add and remove command -[ ] Import feeds from disk on startup -[ ] Remove all feeds if bot is removed from a guild -[ ] Implement list command -[ ] Implement remove command +- [ ] Add build instructions +- [x] Get all new feeds, not just the first one +- [ ] Set permissions for add and remove command +- [ ] Import feeds from disk on startup +- [ ] Remove all feeds if bot is removed from a guild +- [ ] Implement list command +- [ ] Implement remove command