Twentysix26 / x26-Cogs

General purpose cogs for Red V3
GNU General Public License v3.0
41 stars 30 forks source link

[Defender] Support punctuation for MessageContainsWord #88

Open DoctorDinosaur opened 2 months ago

DoctorDinosaur commented 2 months ago

Closes #53

Haven't tested yet on the bot, but the regex split works in terminal

DoctorDinosaur commented 2 months ago

Note: Doesn't allow hyphens or periods in words.

Hypens is fine imo, i.e. "self-service" is fine to check as two words.

Periods, i.e. "U.S.A.", might not be