Table of Contents

Method GetServerGuideAsync

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

GetServerGuideAsync()

Gets this guilds server guide configuration.

[RequiresFeature(Features.Onboarding, "Additionally needs to have server guide enabled.")]
public Task<DiscordServerGuide> GetServerGuideAsync()

Returns

Task<DiscordServerGuide>

Exceptions

NotFoundException

Thrown when server guide does not exist for a reason.

ServerErrorException

Thrown when Discord is unable to process the request.