fix typo
This commit is contained in:
parent
b70f21d6c3
commit
9fc6201991
@ -40,7 +40,7 @@ func (h *Thanks) RespondText(c *gomatrix.Client, ev *gomatrix.Event, user, post
|
|||||||
"welcome",
|
"welcome",
|
||||||
"you're welcome",
|
"you're welcome",
|
||||||
"np!",
|
"np!",
|
||||||
fmt.Sprintf("you'r welcome, %s", s),
|
fmt.Sprintf("you're welcome, %s", s),
|
||||||
}
|
}
|
||||||
|
|
||||||
rand.Seed(time.Now().Unix())
|
rand.Seed(time.Now().Unix())
|
||||||
|
Loading…
Reference in New Issue
Block a user