lowercase

This commit is contained in:
Henry Hiles 2025-11-07 11:03:35 -05:00
commit 72a09af340
No known key found for this signature in database
2 changed files with 11 additions and 8 deletions

View file

@ -10,7 +10,7 @@ class RecordController extends Notifier<String> {
message,
_,
) {
if (userstate.username == "Streamlabs") {
if (userstate["username"] == "streamlabs") {
final match = RegExp(
r"\d+[Ww]?-\d+[Ll]?",
).allMatches(message).lastOrNull;