Add an option to set slowmode per role on top of per channel

Comments

1 comment

  • doliiphin

    I agree! I wouldn't get your hopes up for this feature though.
    You can get around this reasonably well using a bot, and Discord doesn't seem to implement things that can be achieved with a bot, as a general rule.

    When user with role A speaks,
      start rate-limit timer,
    if user speaks while their timer is active,
       assign a mute-role
       start mute-role timeout timer
       remove permissions for the mute role to speak in that channel 
       remove mute-role when timer is up

    0

Please sign in to leave a comment.