This commit is contained in:
Aaron Bieber 2020-03-10 10:30:54 -06:00
parent b70f21d6c3
commit 9fc6201991

View File

@ -40,7 +40,7 @@ func (h *Thanks) RespondText(c *gomatrix.Client, ev *gomatrix.Event, user, post
"welcome",
"you're welcome",
"np!",
fmt.Sprintf("you'r welcome, %s", s),
fmt.Sprintf("you're welcome, %s", s),
}
rand.Seed(time.Now().Unix())