Variable: RoleMentionRegex
const
RoleMentionRegex: RegExp
Regex that can capture the ID in Discord Role mentions
Raw
/^<@&(?<id>\d{17,20})>$/
Capture group 1 is the ID of the role. It is named id
.
Defined in
node_modules/@sapphire/discord-utilities/dist/esm/index.d.mts:936