You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The regex flag on the header is incorrect !affirm, !affirm @user
should be just !affirm, otherwise it's looking for the exact literal string "!affirm, !affirm @user"
dropping the !affirm @user part seems fine too because the parser doesn't seem to be trying to do anything with the username anyways
The text was updated successfully, but these errors were encountered:
The regex flag on the header is incorrect
!affirm, !affirm @user
should be just
!affirm
, otherwise it's looking for the exact literal string "!affirm, !affirm @user"dropping the !affirm @user part seems fine too because the parser doesn't seem to be trying to do anything with the username anyways
The text was updated successfully, but these errors were encountered: