Versions in this module Expand all Collapse all v0 v0.5.0 Oct 18, 2022 v0.1.0 Sep 16, 2022 Changes in this version + const WORD + type Repository interface + Add func(*Trigger) error + All func() ([]Trigger, error) + Remove func(id uint64) + type Trigger struct + Id uint64 + Regex string + Reply string + Word string + func (t *Trigger) Check(str string) bool