mirror of https://github.com/velour/catbase.git
Fixes #21
This commit is contained in:
parent
a086f2bc6e
commit
a87835b54a
|
@ -89,7 +89,7 @@ func (p *RememberPlugin) Message(message bot.Message) bool {
|
|||
fact := Factoid{
|
||||
Id: bson.NewObjectId(),
|
||||
Idx: id,
|
||||
Trigger: trigger,
|
||||
Trigger: strings.ToLower(trigger),
|
||||
Operator: "reply",
|
||||
FullText: msg,
|
||||
Action: msg,
|
||||
|
|
Loading…
Reference in New Issue