Files
faction_war_dispatch_bot/README.md

18 lines
604 B
Markdown

The purpose of this bot will be to assign targets to faction members during war
Features:
- Round Robin assignation of war targets
- 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
ToDo:
- 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