Hello!
test 1 2 3 4 5 6
Displaying emotes works differently on Discord vs Twitch.
Say I have an emote on Twitch & my Discord server called foo
. On Twitch I just type foo
, but on Discord its actual name looks like <:foo:235979265710096384>
(I can get its name by typing \:foo:
in Discord chat). This command will distinguish between Twitch & Discord chat then output foo accordingly.
Have a foo: $(eval `$(provider)`==`twitch`?`foo`:`<:foo:235979265710096384>`)
1 Like
Wow, thank you! That works. You are a saviour. How would I set this up for multiple emotes in a row?
For example
foo foo foo foo foo foo foo foo
Many thanks!
Copypaste
Have a foo: $(eval `$(provider)`==`twitch`?`foo foo`:`<:foo:235979265710096384> <:foo:235979265710096384>`)
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.