Table of Contents

Method AddTagAsync

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

AddTagAsync(ForumPostTag, string)

Add a tag to the current thread.

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

Parameters

tag ForumPostTag

The tag to add.

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.