v0.17.1 - CommandFramework fix
This updates added property in Commands
class. It allows to proccess all bots messages too - be carefull with this - you can create message loop.
With this settings your bot will proccess all messages:
var commandsHandler = new discord.Command('~~', client)
...ignoreBots = false;