FabricMC / kotlin-fabric-discord-bot

The discord bot previously used in the fabric discord server.
MIT License
5 stars 7 forks source link

Adaptive Slowmode #33

Open Scotsguy opened 3 years ago

Scotsguy commented 3 years ago

Add a sort of slowmode that changes dynamically based on the amount of people talking in a channel. For example, discord-side slowmode could be 2 seconds when only 4 people are talking, but 10 seconds or more if 12 people are talking - measured by "people who have sent a message in the last x minutes" (Actual calculation TBD, maybe base it on the total amount of messages the channel would allow with x amount of people talking)