mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-11 04:45:02 +00:00
Work on !invite styles
This commit is contained in:
parent
ff056def4a
commit
1040bf581a
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