Use type aliases for different ID types and add puppet type
This commit is contained in:
@ -38,6 +38,8 @@ type Config struct {
|
||||
URI string `yaml:"uri"`
|
||||
} `yaml:"database"`
|
||||
|
||||
StateStore string `yaml:"state_store_path"`
|
||||
|
||||
ID string `yaml:"id"`
|
||||
Bot struct {
|
||||
Username string `yaml:"username"`
|
||||
|
Reference in New Issue
Block a user