# Event Handler

# Constructor

  new Biscord.EventHandler( directory , EventSettings )
1
PARAMETER TYPE OPTIONAL DESCRIPTION
directory String (opens new window) The relative directory to your events.
EventOptions JSON (opens new window) The settings on how the EventHandler will behave.

# Properties

# events

The events that your Client is currenlty listening in.

Returns: Collection (opens new window)

# Methods

# destroy( )

Deletes this instance.

Returns: None