Method GetSkusAsync
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
GetSkusAsync(CancellationToken)
Gets the applications skus.
[RequiresFeature(Features.MonetizedApplication)]
public Task<IReadOnlyList<DiscordSku>> GetSkusAsync(CancellationToken cancellationToken = default)
Parameters
cancellationTokenCancellationTokenA token to cancel the request.
Returns
- Task<IReadOnlyList<DiscordSku>>
A list of published listings with DiscordSkus.
Exceptions
- NotFoundException
Thrown when the skus do not exist.