twitch is stupid asf

This commit is contained in:
2025-09-24 22:27:25 +02:00
parent 392c67fb0d
commit fb9a40b9d4

View File

@@ -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);