fix: channel mentions includes all valid mentions

This commit is contained in:
Skillz4Killz
2021-04-04 03:23:26 +00:00
committed by GitHub
parent cc46698245
commit 210f89ec4e
2 changed files with 34 additions and 25 deletions
+1
View File
@@ -177,3 +177,4 @@ export const endpoints = {
};
export const SLASH_COMMANDS_NAME_REGEX = /^[\w-]{1,32}$/;
export const CHANNEL_MENTION_REGEX = /<#[0-9]+>/g;