Extension spent bits

When somebody spends bits through an extension it doesn’t show up in the usual spots like the activity feed or IRC API. Is there a specific place where this can be picked up by something other than the extension that the purchase is made through? Mainly for use by a bot.

Apologies if this is not the correct category but I couldn’t think of a better fit.

Bits usage in an extension is data that belongs to the Extension, not the channel.

If the extension is not yours, and you want to perfrom additional actions based on this then the extension needs to support/provide it’s own API for you to perform actions on the data that belongs to the Extension.

Thanks for the information