diff options
| author | 2019-08-14 17:47:17 +0200 | |
|---|---|---|
| committer | 2019-08-14 17:47:17 +0200 | |
| commit | 20b1cf384b39e15a6526a137920762bcc3a9331c (patch) | |
| tree | fba6aa4d6dc0c0096dd4aa6f46b0f9a28eeb57d0 | |
| parent | changed flag emoji to stay under max message lenght (diff) | |
Revert "changed flag emoji to stay under max message lenght"
This reverts commit 30836a5f
Diffstat (limited to '')
| -rw-r--r-- | bot/seasons/evergreen/minesweeper.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/seasons/evergreen/minesweeper.py b/bot/seasons/evergreen/minesweeper.py index 671439f7..6f124c63 100644 --- a/bot/seasons/evergreen/minesweeper.py +++ b/bot/seasons/evergreen/minesweeper.py @@ -22,7 +22,7 @@ MESSAGE_MAPPING = {      10: ":keycap_ten:",      "bomb": ":bomb:",      "hidden": ":grey_question:", -    "flag": ":pyflag:" +    "flag": ":triangular_flag_on_post:"  }  log = logging.getLogger(__name__) | 
