Verify list of all sendable reactions

This commit is contained in:
Mads Marquart
2020-01-21 19:54:03 +01:00
parent a4afc39c13
commit f7788a47bc

View File

@@ -73,6 +73,8 @@ class Mention:
}
# Exaustively searched for options by using the list in:
# https://unicode.org/emoji/charts/full-emoji-list.html
SENDABLE_REACTIONS = ("", "😍", "😆", "😮", "😢", "😠", "👍", "👎")