add private api

This commit is contained in:
Jay
2019-09-16 09:16:58 +00:00
parent 368e29b3de
commit b29a99f400
8 changed files with 214 additions and 1 deletions
+1
View File
@@ -27,6 +27,7 @@ type Discord struct {
// Config -
type Config struct {
Port int `yaml:"port"`
SelfKey string `yaml:"self_key"`
Database *Database `yaml:"database"`
Discord *Discord `yaml:"discord"`
}