1. add makefile 2. modify dockerfile 3. add config twitch.bot_user
@@ -0,0 +1,9 @@
.PHONY: clean build
build:
go-bindata -pkg schema -ignore .git -o module/schema/static.go schema/
GOOS=linux go build -o mtfosbot .
clean:
rm -rf mtfosbot && go clean
The note is not visible to the blocked user.