Skip to content

$(7tvemotes)

Syntax
$(7tvemotes)
Arguments
None

The $(7tvemotes) variable is used to retrieve and display a list of active 7TV emotes in the current Twitch channel. This can be useful for creating commands that inform viewers about available emotes or for integrating emote information into other chatbot functionalities.

!command add !7tv The active 7TV emotes in this channel are: $(7tvemotes)
Example chat
ViewerName:!7tv
partner badgemoderator badgeStreamElements:The active 7TV emotes in this channel are: LULW KEKW 5Head DinkDonk PogU

When the command is triggered, the variable is replaced with a list of the channel’s active 7TV emote codes, separated by single spaces. The list is unordered — the same emotes may appear in a different order each time the command runs.

Q: How often is the 7TV emote list updated?

A: The 7TV emote list is cached for 48 hours. To update the list immediately, you can use the command !emotes reload.

Q: Can I filter or limit the number of emotes displayed?

A: The $(7tvemotes) variable doesn’t have built-in filtering or limiting options. To manipulate the output, you’ll need to use additional StreamElements variables or custom code.

Q: What if there are no 7TV emotes in the channel?

A: If there are no active 7TV emotes, the variable will return an empty string.