Adding emotes to bot messages

I am have my bot insert a channel emote when writing to chat. I am using “client.say(channel …” and including PogChamp in the text and it doesn’t show the emote. I can do it using the broadcaster’s oauth but is it possible as a non-broadcaster?

Sure it should work for any account.

There is no reason it shouldn’t for a bot using PogChamp since that’s a global emote.

Unless you didn’t actually send PogChamp using “normal” letters.

Thank you. I re-did it and it works like a charm. Perhaps it is like you said and I wasn’t using normal letters. Greatly appreciated!