mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 22:51:32 +00:00
Webpack build for branch master: 83f2c62c3f
This commit is contained in:
parent
bc11f1691a
commit
dfbe7761ad
1 changed files with 1 additions and 1 deletions
|
|
@ -14205,7 +14205,7 @@ class MessageMentions {
|
|||
MessageMentions.EVERYONE_PATTERN = /@(everyone|here)/g;
|
||||
|
||||
/**
|
||||
* Regular expression that globally matches user mentions like `<#81440962496172032>`
|
||||
* Regular expression that globally matches user mentions like `<@81440962496172032>`
|
||||
* @type {RegExp}
|
||||
*/
|
||||
MessageMentions.USERS_PATTERN = /<@!?[0-9]+>/g;
|
||||
|
|
|
|||
Loading…
Reference in a new issue