From d569d233c83e5dc2f15811cd5c6949d7675604c6 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Sat, 21 Jan 2023 22:30:26 -0700 Subject: [PATCH] foxwells.vinboard: fix reaction event --- src/modules/foxwells.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/foxwells.js b/src/modules/foxwells.js index b7f5405..32e88b3 100644 --- a/src/modules/foxwells.js +++ b/src/modules/foxwells.js @@ -252,7 +252,7 @@ async function createBoardMessage(msg, count, fetchAttachment = true) { let vinboard_webhook; let vin_channel; let board_channel; -async function processReaction(_msg, user, reaction) { +async function processReaction(_msg, reaction, user) { if (_msg.guildID != FOXWELLS_GUILD_ID) return; if (_msg.channel.id != VINBOARD_CHANNEL_ID) return; if (user.bot) return;