Archived
1
This repository has been archived on 2022-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
fwzookeeper/internal/config/announces.go
Vladimir Hodakov 0ba20b3ed5
Add battle announces to channel
Channel ID is configured in fw_zookeeper.yaml.
2018-11-29 22:15:21 +04:00

10 lines
225 B
Go

// Fantasy World Zookeeper Bot
// Copyright (c) 2018 Vladimir "fat0troll" Hodakov
package config
// Announces is a struct which handles announces configuration
type Announces struct {
ChannelID int64 `yaml:"channel_id"`
}