Enumerations#

These classes are used to describe various enums from Revolt API so you don’t have to remember these enums and can easily reference them in your code.

WebsocketEvent#

class luster.WebsocketEvent#

An enumeration detailing the names of websocket events.

AUTHENTICATED = 'Authenticated'#

The authenticated event is emitted right after authenticating the websocket session.

PONG = 'Pong'#

The pong event is emitted when client pings the websocket.