forked from rDrama/rDrama
1
0
Fork 0

fix emoji name

master
Aevann 2024-02-15 20:25:03 +02:00
parent 631007a7f7
commit af4a6a5f92
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ def find_all_emoji_endings(emoji):
emoji = emoji[:-8]
continue
if emoji.endswith('love') and emoji not in {'marseycornlove', 'marseycapylove'}:
if emoji.endswith('love') and emoji not in {'marseycornlove', 'capylove'}:
if 'love' in endings:
is_non_ending_found = True
continue