zaanposni / discord-masz

MASZ is a selfhostable highly sophisticated moderation bot for Discord. Includes a web dashboard and a discord bot.
https://discord.gg/5zjpzw6h3S
Other
72 stars 17 forks source link

implement automod spam filter #324

Closed zaanposni closed 3 years ago

zaanposni commented 3 years ago

trigger on x messages after y seconds from same user. x = "Limit" column in AutoModConfigTable y = "TimeLimit" column in AutoModConfigTable

implementation in python using the existing automoderation infrastructure.

BSscripter commented 3 years ago

Im working on it and im nearly done.