Optional
headers?: Record<string, string>Optional
maxHow many times to retry a request that's been ratelimited before failing
Optional
proxyURL?: stringThe base url of the API you want to send requests to. By default, this will send it to guilded's rest API. This is meant for big bot developers who want to use a proxy rest system.
Optional
restHow long to delay each request by.
The bot token to be used for making requests.
Optional
version?: 1The version of the API to be used for making requests. By default, this will use the latest version that the library supports.
Generated using TypeDoc
The additional headers that will be added to each request done by RestManager.