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
/** * Connection event, fired when the client has connected successfully. * @event connect * @memberof Client */
The event Client#connect is listed under the static members in the generated documentation output. I think that events should have their own category in documentations, resulting in 3 categories for a class: "Events", "Static Members" and "Instance Members".