Update README.md

This commit is contained in:
Maksim Pischulenok
2021-05-19 01:04:02 +03:00
committed by GitHub
parent 5413a59502
commit 4786860736

View File

@@ -1,3 +1,10 @@
# mention-all-the-bot-go # mention-all-the-bot-go
Implementation of [mention-all-the-bot](https://github.com/pischule/mention-all-bot) in Go Implementation of [mention-all-the-bot](https://github.com/pischule/mention-all-bot) in Go
## how to run this
```bash
$ export TOKEN=???????
$ go run main.go
```