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
leo edited this page Mar 17, 2021
·
14 revisions
The following is a complete and up-to-date list of all Starboard commands.
-
sb!starboards
: List all your current starboard. -
sb!starboards add <channel>
: Add a new starboard -
sb!starboards remove <channel>
: Remove starboard -
sb!starboards <channel>
: View settings for a specific starboard. -
sb!starboards addEmoji <channel> <emoji>
: Add an emoji to a starboard. Usually ⭐. -
sb!starboards removeEmoji <channel> <emoji>
: Remove an emoji from a starboard. -
sb!starboards requiredStars <channel> <number>
: How many reactions are needed before a message appears on the starboard. Defaults to 3. -
sb!starboards requiredToLose <channel> <number>
: How few reactions before the message is removed from the starboard. Defaults to 0. -
sb!starboards botsOnStarboard <channel> <true|false>
: Whether or not to allow bot messages on the starboard. Defaults to True. -
sb!starboards linkDeletes <channel> <true|false>
: Whether or not to delete the starboard message if the original was deleted. Defaults to False. -
sb!starboards linkEdits <channel> <true|false>
: Whether or not to update starboard messages if the original was edited. Defaults to True. -
sb!starboards selfStar <channel> <true|false>
: Whether users are allowed to star their own messages
-
sb!asc
: List all AutoStar Channels -
sb!asc <channel>
: View settings for specific AutoStar Channel -
sb!asc add <channel>
: Add an AutoStar Channel -
sb!asc remove <channel>
: Remove an AutoStar Channel -
sb!asc addEmoji <channel> <emoji>
: Add an emoji for the bot to automatically react with -
sb!asc removeEmoji <channel> <emoji>
: Remove an emoji -
sb!asc minChars <channel> <value>
: Set the minimum required characters for messages -
sb!asc requireImage <channel> <true/false>
: Whether or not messages must have an image -
sb!asc deleteInvalid <channel> <true/false>
: Whether or not to delete messages that don't meet the requirements. If set to False, the bot will just ignore them.
-
sb!force <messageId> [channel (default current)]
: Forces a message to all starboards, regardless of the number of reactions. -
sb!unforce <messageId> [channel (default current)]
: Unforces a message from all starboards -
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
-
sb!rank [user]
: View the current rank and stats of a user -
sb!leaderboard
: View the server's leaderboard -
sb!reset <user>
: Reset a users level and XP
-
sb!prefixes
: List current prefixes for the bot-
sb!prefixes add <prefix>
: Add a prefix -
sb!prefixes remove <prefix
: Remove a prefix
-
Feel free to contribute to this wiki