Method IsModerated
- Namespace
 - DSharpPlus.Entities
 
- Assembly
 - DSharpPlus.dll
 
IsModerated(bool)
Sets this tag to be moderated (as in, it can only be set by users with the ManageThreads permission).
public DiscordForumTagBuilder IsModerated(bool moderated = true)
Parameters
moderatedboolWhether the tag is moderated.
Returns
- DiscordForumTagBuilder
 The builder to chain calls with.