/starboard
The /starboard
command group provides commands to set up and manage starboards in your server.
A starboard is a channel that automatically posts messages that have been reacted to with a certain emoji. This can be used to create automatic hall of fame channels, or to circumvent the pin limit of 50 messages in a channel.
/starboard create
The /starboard create
command creates a new text channel in the server and adds a starboard to it.
Parameters
- name
name for the newly created channel
/starboard use-existing
The /starboard use-existing
command adds a starboard to an existing channel. The channel's permission overrides will be edited to make it so that only the bot can send messages in the channel.
There must not already be a starboard on the channel.
Parameters
- channel
the channel to add the starboard to
/starboard settings
The /starboard settings
command allows you to see or change the settings of a starboard channel.
Parameters
- channel
the channel to see or change the settings of
- emoji
default: None
the reaction emoji to use for the starboard
- add-threshold
default: None
the number of reactions required to add a message to the starboard
Inclusive, i.e. messages with this many reactions will be added to the starboard.
- remove-threshold
default: None
the number of reactions required to remove a message from the starboard
Inclusive, i.e. messages with this many reactions will be removed from the starboard.
- edit
default: None
what to do to the starboard message when the original message is edited
Valid values are sync edit and delete.
- colour
default: None
the colour of the starboard embed
/starboard list
The /starboard list
command lists all the starboards in the server.
/starboard remove
The /starboard remove
command removes starboard features from a channel.
Starboarded messages in the channel will stop being managed. Even if you add a starboard back to the channel, the messages will not be managed again. Edited messages will not be synced/have their starboard message deleted, and messages with the reaction will be posted again in the starboard channel.
Parameters
- channel
the channel to remove starboard features from