Skip to content

Commit

Permalink
Merge pull request #11690 from Tygrak/master
Browse files Browse the repository at this point in the history
Added 'draws' to explain.py
  • Loading branch information
bakert authored Sep 26, 2023
2 parents 01a4174 + 6eb12b7 commit d5c336f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions discordbot/commands/explain.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,14 @@
""",
{},
),
'draws': (
"""
Penny Dreadful tournaments follow official Magic Online tournament rules and do not allow intentional draws, unlike some other player-run events.
""",
{
'More Tournament Info': fetcher.decksite_url('/tournaments/'),
},
),
}
keys = sorted(explanations.keys())

Expand Down

0 comments on commit d5c336f

Please sign in to comment.