Method BlockCode
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.dll
BlockCode(string, string)
Creates a block of code.
public static string BlockCode(string content, string language = "")
Parameters
Returns
- string
Formatted block of code.
Creates a block of code.
public static string BlockCode(string content, string language = "")
Formatted block of code.