csgo-league / csgo-league-bot

League Discord bot
https://discord.gg/b5MhANU
GNU General Public License v3.0
14 stars 12 forks source link

Implement forced team draft pick order #21

Closed cameronshinn closed 4 years ago

cameronshinn commented 4 years ago

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.

cameronshinn commented 4 years ago

Implemented