Method SimpleList
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
SimpleList(string[])
Creates a simple list.
If you want a indented list, see https://support.discord.com/hc/en-us/articles/210298617.
public static string SimpleList(this string[] content)
Parameters
content
string[]Array of strings to transform into a list.
Returns
- string
Formatted text.