Table of Contents

Method GetSkusAsync

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

GetSkusAsync()

Gets the applications skus.

[RequiresFeature(Features.MonetizedApplication)]
public Task<IReadOnlyList<DiscordSku>> GetSkusAsync()

Returns

Task<IReadOnlyList<DiscordSku>>

A list of published listings with DiscordSkus.

Exceptions

NotFoundException

Thrown when the skus do not exist.