Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Complete Command List

CircuitSacul edited this page Sep 18, 2020 · 14 revisions

Starboard Commands

The following is a complete and up-to-date list of all Starboard commands.

Starboard

  • 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!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.

Utility

  • 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>: Undoes sb!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>: Undoes sb!trash
Clone this wiki locally