diff --git a/discordbot/commands/explain.py b/discordbot/commands/explain.py index 24d686a58..f20827340 100644 --- a/discordbot/commands/explain.py +++ b/discordbot/commands/explain.py @@ -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())