Skip to content

v0.17.1 - CommandFramework fix

Compare
Choose a tag to compare
@l7ssha l7ssha released this 20 Jun 14:18

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;