From 853eae6c4e857000c019ac5f45e51bb73873e96a Mon Sep 17 00:00:00 2001 From: Daniel Tam Date: Thu, 11 Jun 2020 12:36:04 -0500 Subject: [PATCH 1/4] Update 'README.md' --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 456787e..8cc1adc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ # GoBunnyBot Rewrite of my Discord bot, BunnyBot, in Go. -Previous version, written in Javascript using Node.js: https://git.dtam.pw/daniel/discord-bot-js \ No newline at end of file +Previous version, written in Javascript using Node.js: https://git.dtam.pw/daniel/discord-bot-js + +# TODO +Restore previous functionality + - Allow roll ranges + - Add 8 ball + - Add compute + - Add voice commands + +Add caching mechanism for images \ No newline at end of file From 4c5d046d2d2b290728336fa118ee33f9cdfadad5 Mon Sep 17 00:00:00 2001 From: Daniel Tam Date: Thu, 11 Jun 2020 12:36:48 -0500 Subject: [PATCH 2/4] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cc1adc..c34ff2a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Rewrite of my Discord bot, BunnyBot, in Go. Previous version, written in Javascript using Node.js: https://git.dtam.pw/daniel/discord-bot-js -# TODO +## TO DO Restore previous functionality - Allow roll ranges - Add 8 ball From 978fb3f950f999d06b91c289342e1f81ee3ec1b4 Mon Sep 17 00:00:00 2001 From: Daniel Tam Date: Thu, 11 Jun 2020 12:37:17 -0500 Subject: [PATCH 3/4] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c34ff2a..f28ef08 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ Rewrite of my Discord bot, BunnyBot, in Go. Previous version, written in Javascript using Node.js: https://git.dtam.pw/daniel/discord-bot-js -## TO DO -Restore previous functionality +## To do +Restore previous functionality: - Allow roll ranges - Add 8 ball - Add compute From 6647489083b69ca32f92117e9b1cf22f16098f23 Mon Sep 17 00:00:00 2001 From: Daniel Tam Date: Thu, 11 Jun 2020 13:58:09 -0500 Subject: [PATCH 4/4] Update 'README.md' --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f28ef08..6eabfc7 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,6 @@ Restore previous functionality: - Add compute - Add voice commands -Add caching mechanism for images \ No newline at end of file +Add caching mechanism for images + +Add statistics tracking \ No newline at end of file