csgo-league/csgo-league-bot

Implement forced team draft pick order

Closed this issue · 1 comments

The _player_pick() method of the TeamDraftMenu here should be reworked to implement a forced pick order, represented as a string (e.g. '1221122112'). This pick order should be configurable and stored in the database.

Implemented