chore: update readme and makefile

main
Yiyang Kang 2023-03-21 12:52:28 +08:00
parent 39868f4f07
commit 816ae68aeb
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,5 @@
all: build
build: lint
CGO_ENABLED=0 go build -v -trimpath -ldflags='-s -w'
@ -13,4 +15,4 @@ send: pack
clean:
rm -f tgbot_misaka_5882f7 tgbot_misaka_5882f7.*
.PHONY: build pack send clean
.PHONY: all build pack send clean test

View File

@ -1,3 +1,9 @@
`MISAKA 5882F7`
# `MISAKA 5882F7`
Just another random telegram bot.
Code is messy. Expect a lot of hiccups.
## Known problems
- Message caching needs improvement