[JavaScript] Can you detect when robux finish pending with the Noblox.js module?

I currently want to make a webhook on Discord that sends me a message when robux in a group have finished pending by using the Node.js module Noblox.js, but I don’t know if Noblox.js has an event that gets fired when they finished pending. Is there an event for that?
Thanks for the help.

No you can’t detect when robux has finished pending, also noblox.js’ “events” are just made out of long polling. You will have to check it by using long polling

1 Like