Archived
1

Allow enabling direct announces

This commit is contained in:
2019-01-22 04:02:38 +04:00
parent 401f962bd2
commit ec46e63642
2 changed files with 3 additions and 2 deletions

View File

@@ -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"`
}