From 0549fd340930cb91ec99d9fc51fdb8cbf86d392f Mon Sep 17 00:00:00 2001 From: chillymosh <86857777+chillymosh@users.noreply.github.com> Date: Sun, 10 May 2026 10:12:31 +0100 Subject: [PATCH] Rename bits_cost to bits for ChannelCustomPowerUp --- eventsub/events/channel/channelCustomPowerUpRedemptionAdd.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eventsub/events/channel/channelCustomPowerUpRedemptionAdd.ts b/eventsub/events/channel/channelCustomPowerUpRedemptionAdd.ts index aed5070..6f3d684 100644 --- a/eventsub/events/channel/channelCustomPowerUpRedemptionAdd.ts +++ b/eventsub/events/channel/channelCustomPowerUpRedemptionAdd.ts @@ -25,7 +25,7 @@ export interface ChannelCustomPowerUp { /** * The cost of the Custom Power-up to redeem. */ - bits_cost: number; + bits: number; /** * The creator-provided description for this Power-up. */