Skip to main content

Variable: SnowflakeRegex

const SnowflakeRegex: RegExp

Defined in: node_modules/@sapphire/discord-utilities/dist/esm/index.d.mts:942

Regex that can capture any Discord Snowflake ID

Raw

/^(?<id>\d{17,20})$/

Remark

Capture group 1 is the Snowflake. It is named id.