Method WithTitle
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
WithTitle(string)
Sets the embed's title.
public DiscordEmbedBuilder WithTitle(string title)
Parameters
title
stringTitle to set.
Returns
- DiscordEmbedBuilder
This embed builder.