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. */