Allow enabling direct announces
This commit is contained in:
@@ -5,5 +5,6 @@ package config
|
||||
|
||||
// Announces is a struct which handles announces configuration
|
||||
type Announces struct {
|
||||
ChannelID int64 `yaml:"channel_id"`
|
||||
ChannelID int64 `yaml:"channel_id"`
|
||||
EnableLocal bool `yaml:"enable_local"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user