mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-20 00:05:04 +00:00
Work on !invite styles
This commit is contained in:
parent
7efabb851c
commit
f497268aa5
2 changed files with 75 additions and 44 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue