Twitch has emote only mode and sub only mode. I want to make a troll mode called MonkaSTEER only mode.
Nightbot will delete any message that contains anything but MonkaSTEER.
I can’t figure it out.
I tried ^(?!MonkaSTEER)*. But regexr says no match found.
If someone messages “hello how’s it going” then delete.
If someone says monkaste then delete.
Hello MonkaSTEER hi > delete.
How can I regex for messages that contain anything but MonkaSTEER?