From 87430e5748751a9930072f014fd84d8a0b7e44bc Mon Sep 17 00:00:00 2001 From: programing-monkey <36543893+programing-monkey@users.noreply.github.com> Date: Wed, 13 Sep 2023 05:29:46 -0400 Subject: [PATCH] fix(docs): make pk;e regex option description display properly (#589) --- docs/content/tips-and-tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tips-and-tricks.md b/docs/content/tips-and-tricks.md index df7a09d4..66e676a7 100644 --- a/docs/content/tips-and-tricks.md +++ b/docs/content/tips-and-tricks.md @@ -79,7 +79,7 @@ You cannot look up private members or groups of another system. |pk;edit|-prepend|-p|Prepend the new content to the old message instead of overwriting it| |pk;edit|-nospace|-ns|Append/prepend without adding a space| |pk;edit|-clear-embed|-ce|Remove embeds from a message| -|pk;edit|-regex|-x|Edit using a C# Regex formatted like s|X|Y or s|X|Y|F, where | is any character, X is a Regex, Y is a substitution string, and F is a set of Regex flags| +|pk;edit|-regex|-x|Edit using a C# Regex formatted like s\|X\|Y or s\|X\|Y\|F, where \| is any character, X is a Regex, Y is a substitution string, and F is a set of Regex flags| |Most commands|-all|-a|Show hidden/private information| |Most commands|-raw|-r|Show text with formatting, for easier copy-pasting| |All commands|-private|-priv|Show private information|