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