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