mirror of https://gitlab.com/bashrc2/epicyon
Check for emoji
parent
a9f5831db9
commit
ee5a8b5b97
|
@ -189,7 +189,7 @@ def _addSSMLemphasis(sayText: str) -> str:
|
|||
def _removeEmojiFromText(sayText: str) -> str:
|
||||
"""Removes :emoji: from the given text
|
||||
"""
|
||||
if '*' not in sayText:
|
||||
if ':' not in sayText:
|
||||
return sayText
|
||||
text = sayText
|
||||
for ch in speakerRemoveChars:
|
||||
|
|
Loading…
Reference in New Issue