Don't use the CaseSensitive RiveScript option

ipad-testing
Noah 2023-08-15 20:49:04 -07:00
parent 2b9b23f37a
commit 89f3937da8
1 changed files with 1 additions and 2 deletions

View File

@ -66,7 +66,6 @@ func (c *Client) SetupChatbot() error {
client: c,
rs: rivescript.New(&rivescript.Config{
UTF8: true,
CaseSensitive: true,
}),
autoGreet: map[string]time.Time{},
messageBuf: []messages.Message{},