From e4bab8fb5155ed89a1a2e9f261c873a03ac25756 Mon Sep 17 00:00:00 2001 From: iaacornus Date: Sun, 5 Jun 2022 12:12:36 +0800 Subject: [PATCH] marked some tasks --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbb0250..374743c 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,8 @@ In its current state, this bot does exactly what it needs to do. However, lots o I have tried to simplify the code so anyone can read it and start contributing at any skill level. Don't be shy :) contribute! - [ ] Allowing users to choose a reddit thread instead of being randomized. -- [ ] Allowing users to choose a background that is picked instead of the Minecraft one. +- [X] Allowing users to choose a background that is picked instead of the Minecraft one. - [x] Allowing users to choose between any subreddit. - [ ] Allowing users to change voice. -- [ ] Creating better documentation and adding a command line interface. +- [ ] Creating better documentation. +- [X] Adding a command line interface.