fix help text

This commit is contained in:
joe 2021-01-04 22:10:06 -08:00
parent b76c7de8bc
commit c65d81a5e6

View File

@ -597,8 +597,7 @@ class DraftPlayerCommand(Command):
class StartDraftCommand(Command): class StartDraftCommand(Command):
name = "startdraft" name = "startdraft"
template = "m;startdraft [mention] [teamname] [slogan]" template = "m;startdraft [mention] [teamname] [slogan]"
description = """Starts a draft with an arbitrary number of participants. Send this command at the description = """Starts a draft with an arbitrary number of participants. Send this command at the top of the list with each mention, teamname, and slogan on a new line (shift+enter in discord).
top of the list with each mention, teamname, and slogan on a new line (shift+enter in discord).
- The draft will proceed in the order that participants were entered. - The draft will proceed in the order that participants were entered.
- 20 players will be available for draft at a time, and the pool will refresh automatically when it becomes small. - 20 players will be available for draft at a time, and the pool will refresh automatically when it becomes small.
- Each participant will be asked to draft 12 hitters then finally one pitcher. - Each participant will be asked to draft 12 hitters then finally one pitcher.