Work on !invite styles

This commit is contained in:
Dragory 2020-08-05 20:18:30 +03:00
parent ff056def4a
commit 1040bf581a
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
2 changed files with 75 additions and 44 deletions

View file

@ -539,6 +539,7 @@ export function indentLines(str: string, indentLength: number) {
}
export const emptyEmbedValue = "\u200b";
export const preEmbedPadding = emptyEmbedValue + "\n";
export const embedPadding = "\n" + emptyEmbedValue;
export const userMentionRegex = /<@!?([0-9]+)>/g;