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
ForumPostTagThe tag to add.
reason
stringThe reason for the audit logs.
Returns
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.