lowercase
This commit is contained in:
parent
91f9e777cf
commit
72a09af340
2 changed files with 11 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue