Use green number for bot replies to avoid confusion

This commit is contained in:
Midgard 2020-12-10 12:23:14 +01:00
parent 896e1927a5
commit 05a6a4baa6
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -234,7 +234,7 @@ def get_posts_for_channel(mmapi, channel_id, since, **kwargs):
CONFIRMATION_EMOJI_NAMES = [
*(f"num{i}" for i in range(1, 99 + 1)),
*(f"greennum{i}" for i in range(1, 99 + 1)),
"heavy_plus_sign"
]
def confirmation_emoji_name(count):