Links

Staff Pins Starboard

Create a starboard that only staff can send messages to.

Steps

  1. 1.
    Create a channel to use as your staff starboard ("staff-pins", for example).
  2. 2.
    If you don't have one already, create a @Staff role for all the staff of your server.
  3. 3.
    Use /starboards create channel: #staff-pins to make it a starboard.
  4. 4.
    Run /starboards emojis set starboard: #staff-pins emojis: :pushpin:
  5. 5.
    Run /permroles create role: @everyone
  6. 6.
    Run /permroles edit-starboard permrole: @everyone starboard: #staff-pins give-stars: False. By now, if you react to a message with
    📌
    , it should be removed.
  7. 7.
    Run /permroles create role: @Staff.
  8. 8.
    Run /permroles edit-starboard permrole: @Staff starboard: #staff-pins give-stars: True. Now, only those with the @Staff role can react with
    📌
    .
  9. 9.
    Now, you can edit the starboard settings (using /starboards edit). Here are the settings you'll most likely want to change:
    • required: You'll probably want to change this to "1" instead of "3".
    • self-star: You can set this to True to allow staff to pin their own messages.
    • remove-invalid: By default, if a reaction is invalid, Starboard will remove it. In this case, that means any time someone reacts with
      📌
      and doesn't have the @Staff role, it will be removed. Set this setting to False if you want to just ignore bad reactions instead.