Method WithName
- Namespace
 - DSharpPlus.Entities
 
- Assembly
 - DSharpPlus.dll
 
WithName(string)
Sets the name of this tag.
public DiscordForumTagBuilder WithName(string name)
Parameters
namestringThe name of the tag.
Returns
- DiscordForumTagBuilder
 The builder to chain calls with.