Method GetConnectionsAsync
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
GetConnectionsAsync()
Gets a list of user connections.
public Task<IReadOnlyList<DiscordConnection>> GetConnectionsAsync()
Returns
Exceptions
- BadRequestException
Thrown when an invalid parameter was provided.
- ServerErrorException
Thrown when Discord is unable to process the request.