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
I run a discord bot and use this framework for my bot's anti-swear filter. For some reason, it doesn't like any words with 'pud' in it, like pudding. Pud, (here at least) means pudding so a desert. Would be nice if you could fix this issue. Thanks!
The text was updated successfully, but these errors were encountered:
I have made a manual exeption in my bot's anti-swear module and flow.
If anyone else has to do this, I just used this before the check then instead, checked remove1. var checkThis = args.join(' ').toLowerCase(); var remove1 = checkThis.replace('pud', '');
I actually couldn't find any other library that is better than this and actually works so I think I'm just going to have to add exceptions when issues are found. Please keep me up-to-date on your new library you are working on, would be cool to be able to use it! :)
I run a discord bot and use this framework for my bot's anti-swear filter. For some reason, it doesn't like any words with 'pud' in it, like pudding. Pud, (here at least) means pudding so a desert. Would be nice if you could fix this issue. Thanks!
The text was updated successfully, but these errors were encountered: