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

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