Skip to content

Commit

Permalink
more emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Oct 4, 2024
1 parent 1b184a0 commit ffae00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/TextConverter.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def text_to_emoticons(self, text):
'pancakes': '🥞', 'butter': '🧈', 'cooking': '🍳', 'chicken': '🍗',
'meat_on_bone': '🍖', 'salad': '🥗', 'tomato': '🍅',
'avocado': '🥑', 'broccoli': '🥦', 'mushroom': '🍄', 'carrot': '🥕',
'potato': '🥔',
'potato': '🥔', 'nerd': '🤓', '?': '❓', '!': '❗'
}

words = text.split()
Expand Down

0 comments on commit ffae00d

Please sign in to comment.