You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)