This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Complete Command List
CircuitSacul edited this page Sep 21, 2020
·
14 revisions
The following is a complete and up-to-date list of all Starboard commands.
-
sb!add <channel>
: Add a new starboard -
sb!remove <channel>
: Remove starboard -
sb!starboards
: List all your current starboard.
-
sb!settings <channel>
: View settings for a specific starboard. -
sb!addEmoji <channel> <emoji>
: Add an emoji to a starboard. Usually ⭐. -
sb!removeEmoji <channel> <emoji>
: Remove an emoji from a starboard. -
sb!requiredStars <channel> <number>
: How many reactions are needed before a message appears on the starboard. Defaults to 3. -
sb!requiredToLose <channel> <number>
: How few reactions before the message is removed from the starboard. Defaults to 0. -
sb!botsOnStarboard <channel> <true|false>
: Whether or not to allow bot messages on the starboard. Defaults to True. -
sb!botsReact <channel> <true|false>
: Wether or not to allow bot's reactions (or stars) to count towards the message points. Defaults to False. -
sb!linkDeletes <channel> <true|false>
: Whether or not to delete the starboard message if the original was deleted. Defaults to False. -
sb!linkEdits <channel> <true|false>
: Whether or not to update starboard messages if the original was edited. Defaults to True.
-
sb!force <messageId> [channel (default current)]
: Forces a message to all starboards, regardless of the number of reactions. -
sb!freeze <messageId>
: Prevents the message from receiving any more points or losing any points. -
sb!unfreeze <messageId>
: Undoessb!feeze
-
sb!frozen
: View list of all frozen messages -
sb!trash <messageId>
: Trashing a message prevents it from appearing on starboards or receiving new points. It also hides any messages already on the starboard from this message. -
sb!untrash <messageId>
: Undoessb!trash
Feel free to contribute to this wiki