Skip to content

Version: 1.2.4

Compare
Choose a tag to compare
@exoRift exoRift released this 08 Sep 23:56
· 126 commits to master since this release

1.2.4

New handling features

  • Awaits are no longer passed an object to the check function. They are now directly passed the Message object.
  • There is a new option for Awaits called requirePrefix which will only trigger the await when it is prefaced with the bot prefix or mention. The Message object passed to the check function contains message content without the prefix.

Bug fixes

  • Fixed a bug that slipped under the testing suite radar where the module would immediately crash on start (Yikes)