Skip to content

Role-Based Overrides

Role-based overrides are useful when you want to change specific settings based on the roles the author of the starred message has.

This guide will use the following scenario:

You have your Server Settings set to send messages to #starboard after 7 stars, but members with the @Prestigious role are special, they get their messages sent to #prestigious-starboard after 3 stars.

  1. The first thing you need to do is create an override for the @Prestigious role:

    /overrides create role name Prestigious roles @Prestigious
  2. Next, you’ll need to change the settings for the override you’ve just created:

    /settings edit main override Prestigious starboard #prestigious-starboard required-stars 3

That’s it! Messages by members with the @Prestigious role will now be sent to #prestigious-starboard after getting 3 stars.