1
0
mirror of https://github.com/FactoKit/FactoCord.git synced 2024-11-16 10:08:21 +02:00

updated readme

This commit is contained in:
Wadimich 2017-11-03 17:16:16 +05:00
parent bca64ba2f2
commit ba322ff1dc

View File

@ -33,6 +33,12 @@ FactoCord uses the following packages:
- [godotenv](https://github.com/joho/godotenv/)
- [tails](https://github.com/hpcloud/tail)
You will need to add these lib as go get:
- `go get github.com/bwmarrin/discordgo`
- `go get github.com/joho/godotenv`
- `go get github.com/hpcloud/tail/...`
To compile just do `go build`