From 0e942a58c178f55eaa89b5a38a181d2bd9d5de5f Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Sun, 14 Feb 2021 21:17:50 -0500 Subject: [PATCH] README: Update available functionality --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 357c31d..a9200b3 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ productive fellow. - Ping (returns Pong!; good for testing connectivity) - Dice Roller (`!roll 2d4` -> `Roll: 2d4 ([2, 1]) ==> 3`) - 8-ball (`!8ball Will I win the lottery?` --> `Try again later`) +- 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!`) - [ ] Simple calculator (`!calc 8 + (9-10)` --> `Calc: 8 + (9 - 10) ==> 7`) - [ ] Simple games (Blackjack, High/Low) - [ ] A "mystery" game (Kind of like _Clue!_ or _Noir Syndrome_)