Fires when a user opts to not take an optional benefit.

❗️

The event is currently disabled

This event is being reworked. It should be implemented soon.

Using Socket.IO this benefit can be listened to as follows:

socket.on('benefit-dismissed-user', function(data){
    //Do stuff.
})

This event fires whenever a user dismisses and event they do not want. The structure of the JSON response is identical to the benefit-fulfilled event.