Added single backtick to the escape list
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Discord
|
|||||||
|
|
||||||
static Format()
|
static Format()
|
||||||
{
|
{
|
||||||
_patterns = new string[] { "__", "_", "**", "*", "~~", "```" };
|
_patterns = new string[] { "__", "_", "**", "*", "~~", "```", "`"};
|
||||||
_builder = new StringBuilder(DiscordClient.MaxMessageSize);
|
_builder = new StringBuilder(DiscordClient.MaxMessageSize);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user