Our MM now has consistent number emoji
This commit is contained in:
parent
d4ad33ec7a
commit
7267d03ddd
1 changed files with 1 additions and 2 deletions
|
@ -224,8 +224,7 @@ def get_posts_for_channel(mmapi, channel_id, since, **kwargs):
|
||||||
|
|
||||||
|
|
||||||
CONFIRMATION_EMOJI_NAMES = [
|
CONFIRMATION_EMOJI_NAMES = [
|
||||||
*("one,two,three,four,five,six,seven,eight,nine,keycap_ten".split(",")),
|
*(f"num{i}" for i in range(1, 99 + 1)),
|
||||||
*(f"num{i}" for i in range(11, 99 + 1)),
|
|
||||||
"heavy_plus_sign"
|
"heavy_plus_sign"
|
||||||
]
|
]
|
||||||
def confirmation_emoji_name(count):
|
def confirmation_emoji_name(count):
|
||||||
|
|
Loading…
Reference in a new issue