aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar vivax3794 <[email protected]>2019-08-14 17:47:17 +0200
committerGravatar vivax3794 <[email protected]>2019-08-14 17:47:17 +0200
commit20b1cf384b39e15a6526a137920762bcc3a9331c (patch)
treefba6aa4d6dc0c0096dd4aa6f46b0f9a28eeb57d0 /bot
parentchanged 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 'bot')
-rw-r--r--bot/seasons/evergreen/minesweeper.py2
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__)