Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starboard System #14

Closed
conaticus opened this issue Apr 21, 2024 · 3 comments
Closed

Starboard System #14

conaticus opened this issue Apr 21, 2024 · 3 comments

Comments

@conaticus
Copy link
Contributor

A starboard system where if a message receives the starboard threshold reactions of a "⭐" emoji, the message will be sent to the starboard channel.

/set starboard threshold [threshold:number]

  • Admin only
  • Do not allow minus numbers or decimals (if discord does allow them), do not accept zero
  • Sets in the database the threshold for the number of "⭐" reactions a message is required to receive before it gets posted in the starboard channel

On reaction event

  • If reacted with a "⭐", and the threshold has been reached, send this message to the starboard channel, containing a link to the original message, and the number of "⭐"s it received
  • If the message has already been sent, do not resend it but update the message to contain the number of star reactions that message now has
@ImKventis
Copy link
Contributor

I'll work on this <3

@ImKventis
Copy link
Contributor

Maybe an idea to remove the "threshold" argument, seems pointless.

conaticus added a commit that referenced this issue May 28, 2024
@conaticus
Copy link
Contributor Author

Solved #57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants