guildEmojiRegex top-level property
A pattern that matches guild emojis in a message.
Implementation
final guildEmojiRegex = RegExp(r"<(a?):(\w+):(\d+)>");
A pattern that matches guild emojis in a message.
final guildEmojiRegex = RegExp(r"<(a?):(\w+):(\d+)>");