#Changelog
- Bug #6: Implicit help override (creating a 'help' command as the first one) was not working and help always returned the default one.
- The bot.send returns back the same value that the send functions returns.
- Added new inherited setting to check commands always in lowercase, this does not affect arguments or options.
- Bug: Reverted some changes to avoid 'falsy' checks that could lead to bugs in some cases.
- Bug: Parent options will no longer be lost in child commands, they should be set. Still parent options are not shown in child help.
- Testing: Increased the number of test in some areas.