mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-18 15:01:38 +01:00
twitch is stupid asf
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user