diff --git a/src/events/channelPoints.ts b/src/events/channelPoints.ts index 6644a09..a8a464f 100644 --- a/src/events/channelPoints.ts +++ b/src/events/channelPoints.ts @@ -10,7 +10,6 @@ eventSub.onChannelRedemptionAdd(streamerId, async msg => { const user = await User.initUsername(msg.userName); try { await selection.execute(msg, user!); - await msg.updateStatus('FULFILLED'); } catch (err) { await sendMessage(`[ERROR]: Something went wrong with ${user?.displayName}'s redeem!`); logger.err(err as string);