From e6752072f472333e14155ef5101d2a40beade480 Mon Sep 17 00:00:00 2001 From: vcokltfre Date: Mon, 15 Mar 2021 22:22:14 +0000 Subject: [PATCH] chore: add colored starboard to docs --- backend/src/plugins/Starboard/StarboardPlugin.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/backend/src/plugins/Starboard/StarboardPlugin.ts b/backend/src/plugins/Starboard/StarboardPlugin.ts index c3374e56..8767d7e9 100644 --- a/backend/src/plugins/Starboard/StarboardPlugin.ts +++ b/backend/src/plugins/Starboard/StarboardPlugin.ts @@ -57,6 +57,19 @@ export const StarboardPlugin = zeppelinGuildPlugin()("starb stars_required: 5 ~~~ + ### Basic starboard with custom color + Any message on the server that gets 5 star reactions will be posted into the starboard channel (604342689038729226), with the given color (0x87CEEB). + + ~~~yml + starboard: + config: + boards: + basic: + channel_id: "604342689038729226" + stars_required: 5 + color: 0x87CEEB + ~~~ + ### Custom star emoji This is identical to the basic starboard above, but accepts two emoji: the regular star and a custom :mrvnSmile: emoji