mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-19 01:01:39 +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);
|
const user = await User.initUsername(msg.userName);
|
||||||
try {
|
try {
|
||||||
await selection.execute(msg, user!);
|
await selection.execute(msg, user!);
|
||||||
await msg.updateStatus('FULFILLED');
|
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
await sendMessage(`[ERROR]: Something went wrong with ${user?.displayName}'s redeem!`);
|
await sendMessage(`[ERROR]: Something went wrong with ${user?.displayName}'s redeem!`);
|
||||||
logger.err(err as string);
|
logger.err(err as string);
|
||||||
|
|||||||
Reference in New Issue
Block a user