// Match method checks input message and returns valid result. func (p Ping) Match(in bot.Message) bool { return p.MatchString(in.String()) }
// Match method checks input message and returns valid result. func (h Hello) Match(in bot.Message) bool { return h.MatchString(in.String()) }