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
ForumPostTagThe tag to remove.
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.