Closed AhhhSaturn closed 2 years ago
I made an event-redeem event listener but for some reason it doesn't work.
channel.on("reward-redeem", ({ rewartTitle }) => { console.log('RUN redeem') console.log(rewartTitle); console.log(rewardCost); });
When i redeem an event it doesn't run any of the function.
channel.on("chat", ({ message }) => { console.log(message); });
this code works, it just seems like it's just reward-redeem that doesn't.
being a dumb ass, all is working
I made an event-redeem event listener but for some reason it doesn't work.
When i redeem an event it doesn't run any of the function.
this code works, it just seems like it's just reward-redeem that doesn't.