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
71 stars 17 forks source link

replace mute via role with discords timeout #476

Closed zaanposni closed 2 years ago

zaanposni commented 2 years ago

should be fairly easy to do in the punishment handler. do not grand mute role but use the new timeout function. (D.NET labs 3.6.1)

Discord limits this to 28days so we will have to wait until that limit is raised or implement a check to increase the limit in MASZ every day or so.

further things to do:

zaanposni commented 2 years ago

we can also import existing timeouts on guild register similiar to the import ban process.

zaanposni commented 2 years ago

fixed in v3 release branch