Table of Contents

Method GetOnboardingAsync

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

GetOnboardingAsync()

Gets this guilds onboarding configuration.

[RequiresFeature(Features.Onboarding)]
public Task<DiscordOnboarding> GetOnboardingAsync()

Returns

Task<DiscordOnboarding>

Exceptions

NotFoundException

Thrown when onboarding does not exist for a reason.

ServerErrorException

Thrown when Discord is unable to process the request.