{"meta":{"generator":"0.1.0","version":15,"date":1479858106244},"classes":[{"name":"Client","description":"The starting point for making a Discord Bot.","extends":["EventEmitter"],"construct":{"name":"Client","params":[{"name":"options","description":"Options for the client","optional":true,"type":{"types":[[["ClientOptions",""]]]}}]},"props":[{"name":"options","description":"The options the client was instantiated with","type":{"types":[[["ClientOptions",""]]]}},{"name":"rest","description":"The REST manager of the client","access":"private","type":{"types":[[["RESTManager",""]]]}},{"name":"dataManager","description":"The data manager of the Client","access":"private","type":{"types":[[["ClientDataManager",""]]]}},{"name":"manager","description":"The manager of the Client","access":"private","type":{"types":[[["ClientManager",""]]]}},{"name":"ws","description":"The WebSocket Manager of the Client","access":"private","type":{"types":[[["WebSocketManager",""]]]}},{"name":"resolver","description":"The Data Resolver of the Client","access":"private","type":{"types":[[["ClientDataResolver",""]]]}},{"name":"actions","description":"The Action Manager of the Client","access":"private","type":{"types":[[["ActionsManager",""]]]}},{"name":"voice","description":"The Voice Manager of the Client (`null` in browsers)","access":"private","type":{"types":[[["ClientVoiceManager",""]]]}},{"name":"shard","description":"The shard helpers for the client (only if the process was spawned as a child, such as from a ShardingManager)","type":{"types":[[["ShardClientUtil",""]]]}},{"name":"users","description":"A collection of the Client's stored users","type":{"types":[[["Collection",".<"],["string",", "],["User",">"]]]}},{"name":"guilds","description":"A collection of the Client's stored guilds","type":{"types":[[["Collection",".<"],["string",", "],["Guild",">"]]]}},{"name":"channels","description":"A collection of the Client's stored channels","type":{"types":[[["Collection",".<"],["string",", "],["Channel",">"]]]}},{"name":"presences","description":"A collection of presences for friends of the logged in user.\n