PhABC / antiScamBot_slack

Will monitor slack channels to reduce scam potentials and increase user security
MIT License
26 stars 10 forks source link

Bot let some messages pass #6

Closed PhABC closed 7 years ago

PhABC commented 7 years ago

Seems like the bot doesn't delete all messages as it should be. Could be API limit that calls an error. Might need to make a list of msg to delete and go through them with catch and except until they are deleted.

PhABC commented 7 years ago

Was caused by new users not being noticed by bot. Corrected.