1
Remove case sensitive restriction
Samuel Ibrahim
When the bot checks external data for validation, it is case sensitive. this restriction is very limiting and make external data functionality impractical. For example, if I am validation user name entered in the bot against the "names" database, and the name entered in the bot john doe and the database contains John Doe, it returns a not found. This is very impractical as it is very difficult to predict the user input. And it is very limiting to this useful functionality
Log In