mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-29 00:17:04 +01:00
8 lines
184 B
Python
8 lines
184 B
Python
from titanembeds.utils import discord_api
|
|
|
|
def parseEmoji(textToParse, guild_id):
|
|
_endpoint = "/guilds/{guild_id}".format(guild_id=guild_id)
|
|
_method = "GET"
|
|
|
|
return ""
|