Table of Contents

Method GetCurrentApplicationInfoAsync

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

GetCurrentApplicationInfoAsync()

Gets the current applications information.

public Task<DiscordApplication> GetCurrentApplicationInfoAsync()

Returns

Task<DiscordApplication>

The requested application.

Exceptions

BadRequestException

Thrown when an invalid parameter was provided.

ServerErrorException

Thrown when Discord is unable to process the request.