Restructure and replace emojis with a new emote system (#619)
This commit is contained in:
committed by
RogueException
parent
ba1982a3f9
commit
576a52cdc6
@@ -252,7 +252,7 @@ namespace Discord
|
||||
{
|
||||
if (mode != TagHandling.Remove)
|
||||
{
|
||||
Emoji emoji = (Emoji)tag.Value;
|
||||
Emote emoji = (Emote)tag.Value;
|
||||
|
||||
//Remove if its name contains any bad chars (prevents a few tag exploits)
|
||||
for (int i = 0; i < emoji.Name.Length; i++)
|
||||
|
||||
Reference in New Issue
Block a user