Users should be able to add a ⭐ reaction to a message and, once the number of those reactions passes a configurable threshold, the message should be posted to a configurable channel within the server
Currently the system supports recognizing which messages have crossed the threshold and earned a place on the starboard. Next on the todo list is posting in the starboard channel and notating that in some place so that messages aren't posted twice.
Nice-to-have is to make the starboard messages as an embed, but that's not essential.
Reworked starboard channel to attempt to find the channel by it's ID set in serversettings. Currently having issues related to fetching the setting from the settings.db file
Implemented in cb6ed58c
Needs a check if it's already been starboarded