alopezlago / Quiz-Bowl-Discord-Tournament-Assistant

Discord bot to setup a server for a Quiz Bowl tournament
Other
3 stars 0 forks source link

Allow custom schedules #7

Open alopezlago opened 4 years ago

alopezlago commented 4 years ago

Instead of prompting for how many round-robin schedules, the bot should ask if the user wants the bot to generate a round robin schedule, or if the user wants to input a schedule, with reach round separated by new lines. The format could be something like

Team1,Team2; Team3,Team4 ; ... Team1, Team3; Team2, Team4 ;...

This means we'd want to switch the order of questions, so we take in the team names first, and then ask about the schedule. Alternatively, we could make the format ID based, so it would be based on the team number, like 1v2,3v4, ... 1v3, 2v4,...

alopezlago commented 4 years ago

An alternative is to link to a Google Sheet with the schedule, or upload a spreadsheet or text file containing the schedule.