feat(MessageLogger): Ignored Word
Add in ability to add ignored words (accidentally closed my pr when fixing the merge conflict)
could you describe a use case for this feature that wouldn't be solved by blacklisting specific users? the only use case I can imagine are things like automated messages that regularely get deleted and have no significance after deletion but you can just blacklist the bot in question
could you describe a use case for this feature that wouldn't be solved by blacklisting specific users? the only use case I can imagine are things like automated messages that regularely get deleted and have no significance after deletion but you can just blacklist the bot in question
The use case primarily intended is for when a server uses a bot to delete spam messages. By blocking commonly posted items from being logged, such as links, I can prevent spam links from being logged. For instance, blocking the beginning of a URL like "[http" would ensure that any spam links are deleted of course this would also lead to normal links getting fully deleted however this is a compromise thats willing to be made