1

Add working response to zookeeping request

This commit is contained in:
2019-01-08 04:18:13 +04:00
parent 647d9c548b
commit 66638518ea
6 changed files with 113 additions and 72 deletions

View File

@@ -9,7 +9,7 @@ import (
)
// VERSION is the current bot's version
const VERSION = "0.0.1"
const VERSION = "0.0.2"
// Context is the main application context.
type Context struct {