Blade2021 / HIVE

Discord bot in JAVA
GNU General Public License v3.0
7 stars 3 forks source link

[FR] Add Mod command to send all references to a channel in Discord. #76

Closed SirGoodenough closed 3 years ago

SirGoodenough commented 3 years ago

Is your feature request related to a problem? Please describe. On a regular basis, plus when several additions are added to the reference list, I have a need to trigger all the references to test function and test the contained links.

Describe the solution you'd like I would like to see a moderator command that will trigger all the references that are on the reference list in alpha order, sending them to the current channel.

Who will have access to this feature? Admins

How will this help improve HIVE? The current method is to type them all in one by one, and it is very annoying. Using this command, They would be triggered then I can just go back and test the links and check the spelling and formatting.

Additional context Add any other context or screenshots about the feature request here.

Blade2021 commented 3 years ago

Not sure how I feel about this one.

The bot has rate limits that can't be exceeded. By posting (50+) messages back to back, that rate limit will be hit fairly quickly.

SirGoodenough commented 3 years ago

How do you handle the cleanse command? Also, is it better if sent to a DM?

Blade2021 commented 3 years ago

How do you handle the cleanse command? Also, is it better if sent to a DM?

Cleanse hits the rate limit as well. But that one is handled a bit different since its removing messages instead of sending them.

DM would be the same issue. Sending that # of messages that quickly could be considered spamming.

SirGoodenough commented 3 years ago

aaahhh

SirGoodenough commented 3 years ago

drop one every minute or something... (at a low priority)

Blade2021 commented 3 years ago

I don't think this is an immediate need. I would have to suggest to remain sending the commands for any updated referencing manually.