Table of Contents

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

moderated bool

Whether the tag is moderated.

Returns

DiscordForumTagBuilder

The builder to chain calls with.