This symbol shall be used to install a listener for only monitoring 'error'
events. Listeners installed using this symbol are called before the regular
'error'
listeners are called.
Installing a listener using this symbol does not change the behavior once an
'error'
event is emitted, therefore the process will still crash if no
regular 'error'
listener is installed.
A boolean indicating whether client is ready.
Promise that will be resolved when the manager is ready.
Create a new guild.
Guild metadata.
Caches parsed object from response. Default true
.
A promise that resolves to a Guild object.
Fetch data from cache or send a request the API endpoint if not cached.
Force fetch from the API endpoint. Default false
.
Caches parsed object from response. Default true
.
A promise that resolves to a Guild object or an Array of Guild objects if no ID is provided.
Initial code for cache hydration.
Resolve a resolvable to a matching object.
Guild resolvable to resolve.
Guild object or undefined
.
Resolve a resolvable to a matching object ID.
Guild resolvable to resolve.
Guild ID or undefined
.
Returns a list listener for a specific emitter event name.
Generated using TypeDoc
Sets or gets the default captureRejection value for all emitters.