Skip to content

Commit

Permalink
Mention could have ! (#37 (comment))
Browse files Browse the repository at this point in the history
  • Loading branch information
l7ssha committed Nov 9, 2024
1 parent bb084a9 commit 36e3d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/modules/mentions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class _CacheEntry {
}
}

final _mentionRegex = RegExp(r'<@\d+>');
final _mentionRegex = RegExp(r'<@!?\d+>');

class MentionsMonitoringModule implements RequiresInitialization {
final NyxxGateway _client = Injector.appInstance.get();
Expand Down

0 comments on commit 36e3d2e

Please sign in to comment.