From 18f56be75422230900fb02bb65c1dca5f05a27e3 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Sun, 7 Feb 2021 15:30:41 -0500 Subject: [PATCH] README: Reflect proper feature status --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7dbab4..4d0b940 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ productive fellow. - Ping (returns Pong!; good for testing connectivity) - Dice Roller (`!roll 2d4` -> `Roll: 2d4 ([2, 1]) ==> 3`) -- Ad-hoc simple custom commands (`!addcommand hello Hey there!` --> `!hello` --> - `Hey there!`) - More to come! ## Planned Features +- [ ] Ad-hoc simple custom commands (`!addcommand hello Hey there!` --> `!hello` --> + `Hey there!`) - [ ] 8-ball (`!8ball Will I win the lottery?` --> `Try again later`) - [ ] Simple calculator (`!calc 8 + (9-10)` --> `Calc: 8 + (9 - 10) ==> 7`) - [ ] Simple games (Blackjack, High/Low) @@ -38,7 +38,7 @@ You can run your own instance of Chronicle with a few steps: 3. Export the access token to CHRONICLE_ACCESS_TOKEN for ease of use 4. Run `bundle update` to install dependencies. 5. Run `bundle exec chronicle -d - ` + CHRONICLE_ACCESS_TOKEN` 6. Invite the bot user to a room, and `!ping` to make sure it's working! # Contribute