add private api
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user