Starboard

The starboard feature highlights popular messages by reposting them to a designated channel once they receive a certain number of star reactions. It's a way to showcase memorable content in your server.

Setup

  1. Set a starboard channel: ;starboard #your-starboard-channel

  2. Set the minimum number of stars required: ;starboard #your-starboard-channel 3

  3. (Optional) Set a custom star emoji: ;starboard #your-starboard-channel 3 🌟

Configuration

  • channelId: The ID of the channel where starred messages will be reposted.

  • requiredStars: The minimum number of star reactions a message needs to be posted to the starboard.

  • emoji: The emoji that triggers the starboard. Defaults to .

Usage

Once configured, users can react to messages with the designated star emoji. If a message reaches the requiredStars threshold, it will be automatically reposted to the channelId with an embed containing the message content, author, and a link to the original message.

  • ;starboard - Main command for managing starboard settings.

Last updated

Was this helpful?