Method Bold
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.dll
Bold(string)
Creates bold text.
public static string Bold(string content)
Parameters
content
stringText to bolden.
Returns
- string
Formatted text.
Creates bold text.
public static string Bold(string content)
content
stringText to bolden.
Formatted text.