1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-30 02:40:33 +00:00
strimertul/twitch/chat/config.go
2024-03-12 23:39:18 +01:00

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