-
Notifications
You must be signed in to change notification settings - Fork 26
Starboard
A starboard is a feature in the Parrot Bot that lets users highlight and showcase particularly interesting or popular messages. Instead of using Discord's pin feature, the starboard allows community members to "vote" for messages they find noteworthy, and these messages are then displayed on the starboard for everyone to see.
-
Set Starboard Channel:
config starboard channel <channel>
- This command allows administrators to set a specific channel as the designated starboard. When a message reaches the required number of stars, a copy of the message will be posted in this starboard channel.
-
Ignore Channel:
config starboard ignore <channel>
- With this command, certain channels can be marked as "ignored." Messages posted in these channels won't be eligible for the starboard, preventing irrelevant or off-topic content from appearing.
-
Set Max Age:
config starboard maxage <duration>
- This command enables administrators to specify a maximum age for messages eligible to be featured on the starboard. Messages older than the defined duration will not be considered for the starboard.
-
Unignore Channel:
config starboard unignore <channel>
- If a previously ignored channel needs to be reconsidered for the starboard, this command reverses the channel's "ignored" status.
-
Set Star Threshold:
config starboard threshold <limit>
- This command sets the minimum number of stars required for a message to be displayed on the starboard. Only messages that meet or exceed this star threshold will be highlighted.
The Parrot Bot starboard feature enhances community engagement by allowing users to mark and share exceptional messages, creating a curated collection of notable content.