mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-30 17:07:04 +01:00
6 lines
88 B
Python
6 lines
88 B
Python
|
|
||
|
|
||
|
def parseEmoji(textToParse, emojiName, guildId):
|
||
|
# TODO parse emoji
|
||
|
return ""
|