foxwells.vinboard: try 2 on getting thread

This commit is contained in:
Cynthia Foxwell 2022-12-02 23:45:13 -07:00
parent cc266cadf1
commit 08aa0beb9d
1 changed files with 3 additions and 1 deletions

View File

@ -270,7 +270,9 @@ async function processReaction(_msg, user, reaction) {
}
if (!board_channel) {
board_channel = vin_channel.threads.get(VINBOARD_THREAD_ID);
board_channel = hf.bot.guilds
.get(FOXWELLS_GUILD_ID)
.threads.get(VINBOARD_THREAD_ID);
}
if (!board_channel) {