Table of Contents

Method DeleteAsync

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

DeleteAsync()

Deletes this guild. Requires the caller to be the owner of the guild.

public Task DeleteAsync()

Returns

Task

Exceptions

UnauthorizedException

Thrown when the client is not the owner of the guild.

ServerErrorException

Thrown when Discord is unable to process the request.