roleMentionRegex top-level property
A pattern that matches role mentions in a message.
Implementation
final roleMentionRegex = RegExp(r"<@&(\d+)>");
A pattern that matches role mentions in a message.
final roleMentionRegex = RegExp(r"<@&(\d+)>");