I’m trying to make the command failsS
display the Twitch emote failsS in Discord. To get it to trigger, I’ve run:
!commands add <:failsS:448768409992167444> <:failsS:448768409992167444>
However, no matter what I try, it’s printing:
:failsS:
Nightbot has a subscription to the Twitch channel (failstream). I’ve tried creating the command in Twitch chat to avoid any escaping issues. I’ve tried:
!commands add <:failsS:448768409992167444> failsS
!commands add <:failsS:448768409992167444> :failsS:
!commands add <:failsS:448768409992167444> \<:failsS:448768409992167444>
Nothing seems to work.
This syntax does work for Discord server emotes, just not for Twitch ones. I’m at a loss.