strimertul/twitch/chat/config.go

9 lines
205 B
Go

package chat
const ConfigKey = "twitch/chat/config"
type Config struct {
// Global command cooldown in seconds
CommandCooldown int `json:"command_cooldown" desc:"Global command cooldown in seconds"`
}