added default interval for populate function

This commit is contained in:
2025-11-28 20:40:05 -05:00
parent 022cb0eb75
commit 82b34f32f7

View File

@@ -2,13 +2,16 @@ The purpose of this bot will be to assign targets to faction members during war
Features:
- Round Robin assignation of war targets
- ability to have members enroll and leave the queue
- check if the assigned enemy has been hit after 1 minute, if not reassign
- match targets up with members that have the appropriate stats
- dashboard to see who is supposed to hit who
- maybe also enemy stats
ToDo:
- Assignment pools depending on stats
- players will be round-robin queued their targets from here
- API Key section
- Have user enter their own API key, pass along to the functions that call APIs
- server side config storage
- have multiple managers logged in to make changes
- basic auth
- since control of the Discord bot would also be through there technically