You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Vortex is configured to use timeouts instead of a muted role, triggering an automated mute punishment by giving a strike to a user does not apply any punishment, just logs the strike.
Seems like the part of the code responsible for this wasn't updated to support timeouts:
This section should be changed to timeout the user if no muted role is set, as well as checking for the MODERATE_MEMBERS permission instead of MANAGE_ROLES when that's the case.
The text was updated successfully, but these errors were encountered:
Vortex hasn't been made to timeout users yet, it only recognizes if a user got timed out and logs it as a tempmute. You still have to use the Muted role until then.
event.replyError("Please include the name of a role to use as the Muted role. If set to `none`, Vortex will use Timeouts instead of applying a role.");
When Vortex is configured to use timeouts instead of a muted role, triggering an automated mute punishment by giving a strike to a user does not apply any punishment, just logs the strike.
Seems like the part of the code responsible for this wasn't updated to support timeouts:
Vortex/src/main/java/com/jagrosh/vortex/automod/StrikeHandler.java
Line 148 in e64f73b
This section should be changed to timeout the user if no muted role is set, as well as checking for the
MODERATE_MEMBERS
permission instead ofMANAGE_ROLES
when that's the case.The text was updated successfully, but these errors were encountered: