Blockheads-Messagebot / MessageBot

Automatically respond to events in chat on your server!
GNU General Public License v3.0
6 stars 3 forks source link

Dispatch no longer throws errors #61

Closed DaPBillk closed 6 years ago

DaPBillk commented 6 years ago

Fix / Feature for issue #58

dispatch for a SimpleEvent no longer throws any errors a listener throws an error, instead it will console.error the error and continue running the remaining listeners.

Breaking changes

Changes Proposed