From cc266cadf1224993d9c4a04f58835ae5cc9fb9bb Mon Sep 17 00:00:00 2001 From: Cynthia Date: Fri, 2 Dec 2022 23:44:14 -0700 Subject: [PATCH] foxwells.vinboard: actually assign thread var --- 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 febbcf0..2622786 100644 --- a/src/modules/foxwells.js +++ b/src/modules/foxwells.js @@ -270,7 +270,7 @@ async function processReaction(_msg, user, reaction) { } if (!board_channel) { - vin_channel.threads.get(VINBOARD_THREAD_ID); + board_channel = vin_channel.threads.get(VINBOARD_THREAD_ID); } if (!board_channel) {