Added links to twitchemotes.com to Twitch emotes' context menus (#2214)

This commit is contained in:
Paweł
2020-11-22 15:54:58 +01:00
committed by GitHub
parent 44262ee2ec
commit 05aab86845
3 changed files with 15 additions and 9 deletions
+5 -1
View File
@@ -103,7 +103,11 @@ namespace {
});
};
if (creatorFlags.has(MessageElementFlag::BttvEmote))
if (creatorFlags.has(MessageElementFlag::TwitchEmote))
{
addPageLink("TwitchEmotes");
}
else if (creatorFlags.has(MessageElementFlag::BttvEmote))
{
addPageLink("BTTV");
}