Use green number for bot replies to avoid confusion
This commit is contained in:
parent
896e1927a5
commit
05a6a4baa6
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ def get_posts_for_channel(mmapi, channel_id, since, **kwargs):
|
||||||
|
|
||||||
|
|
||||||
CONFIRMATION_EMOJI_NAMES = [
|
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"
|
"heavy_plus_sign"
|
||||||
]
|
]
|
||||||
def confirmation_emoji_name(count):
|
def confirmation_emoji_name(count):
|
||||||
|
|
Loading…
Reference in a new issue