Regex that matches any custom Discord emoji.
Regex that matches any Discord guild invite link.
Regex that matches any Discord message link.
Regex that matches prefixes.
Regex that matches any Discord role mention.
Regex that can capture any Discord Snowflake ID.
Regex that matches any Discord user mention.
Regex that matches any Discord channel mention.
/^<#(?<id>\d{17,19})>$/
Capture group 1 is the channel ID, named
id