Table of Contents

Method RemoveTagAsync

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

RemoveTagAsync(ForumPostTag, string)

Remove a tag from the current thread.

public Task RemoveTagAsync(ForumPostTag tag, string reason = null)

Parameters

tag ForumPostTag

The tag to remove.

reason string

The reason for the audit logs.

Returns

Task

Exceptions

UnauthorizedException

Thrown when the client does not have the ManageThreads permission.

NotFoundException

Thrown when the thread does not exist.

BadRequestException

Thrown when an invalid parameter was provided.

ServerErrorException

Thrown when Discord is unable to process the request.