Added !s command and fixed links bug

This commit is contained in:
Artyom Belousov 2019-05-11 23:39:26 +03:00
parent 27b1385a92
commit 3ee53b7ad1
5 changed files with 70 additions and 12 deletions

View file

@ -11,5 +11,5 @@ func main() {
rand.Seed(time.Now().UTC().UnixNano())
r := gin.Default()
r.POST("callback/message", vk.HandleMessage)
r.Run(":8000")
r.Run(":80")
}