Bravo555 / neomason-discord-bot

A bot for a friend's Discord server (Neo-Masonic Internationale)
0 stars 0 forks source link

Add more complex filters to simple response system #8

Open Bravo555 opened 4 years ago

Bravo555 commented 4 years ago

We want to enable response system to have more complex triggers, eg. "text contains word a, but doesn't contain word b" etc.

Bravo555 commented 4 years ago

Initial implementation was added, but it accepts malformed patterns and other data. Also it uses syntax from fancy-regex crate which is a bit weird, I'd like to replace it with a more established regex syntax.