found another blaseball thing oops

This commit is contained in:
Sakimori 2021-03-03 11:53:13 -05:00
parent 8e81e02cdc
commit b6f776d7cb
2 changed files with 2 additions and 1 deletions

View file

@ -46,6 +46,7 @@
<SubType>Code</SubType>
</Compile>
<Compile Include="roman.py" />
<Compile Include="the_draft.py" />
<Compile Include="the_prestige.py" />
<Compile Include="weather.py" />
</ItemGroup>

View file

@ -706,7 +706,7 @@ class StartDraftCommand(Command):
if draft.round == DRAFT_ROUNDS:
body = random.choice([
f"Now just choose a pitcher and we can finish off this paperwork for you, {draft.active_drafter}",
f"Pick a pitcher, {draft.active_drafter}, and we can all go home happy. 'Cept your players. They'll have to play bllaseball.",
f"Pick a pitcher, {draft.active_drafter}, and we can all go home happy. 'Cept your players. They'll have to play baseball.",
f"Almost done, {draft.active_drafter}. Pick your pitcher.",
])
message = f"⚾️ {message_prefix} {body}"