Creates a new instance of the DiscordExperiments class.
The Discord client.
The client used to make requests.
Retrieves all experiments.
A promise that resolves to the experiments.
Retrieves all guilds participating in experiments.
A promise that resolves to the guilds.
Retrieves all users participating in experiments.
A promise that resolves to the users.
Makes an HTTP request to the specified endpoint.
The endpoint to make the request to.
Optional data: anyThe data to send with the request (optional).
A Promise that resolves to the response data.
If the request fails.
Generated using TypeDoc
Represents a class for handling Discord experiments.