Hello!
test 1 2 3 4 5 6
Display emotes on Twitch and Discord with same command
3 replies
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: (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:`)