The client options
const client = new Client({
token: `Client token goes here`,
intents: YourIntents,
gateway: {
mobilePlatform: true
}
})
The application manager of the client
The channel manager of the client
Readonly configThe Gateway Configuration of the client
Private eventsThe event manager of the client
The gateway of the ShardManager
The guild manager of the client
Readonly intentsThe intents of the client
The client ping
The client presence manager
The timestamp when the client execute's the event "READY"
Readonly restThe REST of the client
The shard manager of the client
Readonly tokenThe token of the client
The client user
The user manager of the client
Static defaultRest ...args: Parameters<ClientEvents[U]>Generated using TypeDoc
Represents the Client