From a1878fb39a049fd5dda5fe941da0f9ef4e7e6700 Mon Sep 17 00:00:00 2001 From: Daniel Tam Date: Sat, 12 Sep 2020 03:30:58 -0500 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a08558..7d1011f 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ Restore previous functionality: - Add compute - Add voice commands +New functionalities: - ~~Add caching mechanism for images~~ - Routely delete cache - Make sure same image isn't repeated for x amount of time - ~~Add ability to make coinflip with options to replace heads/tails~~ - -Add statistics tracking + - Add statistics tracking ## Building standalone Instructions for myself on how to build this for an Alpine Linux container: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build bunnybot.go commands.go images.go auth.go