Fix spoilered embeds
Adds a space after spoilered links to separate them from the closing || so embeds show. With masked links, the space is added inside the brackets so the text looks the same!
Regex
Find: (?<=\()https?:\/{2}\S+(?=\)\|{2})|https?:\/{2}\S+(?=\|{2})
Replace (change ␣ to an actual space): ␣$&␣
Example
Normal spoilered embed (doesn't show): ||https://vencord.dev/||
Fixed spoilered embed (shows): ||https://docs.vencord.dev/ ||