foxwells.vinboard: debug 2

This commit is contained in:
Cynthia Foxwell 2022-12-03 00:07:17 -07:00
parent 9e2d9e7f64
commit 2b97bce8df
1 changed files with 1 additions and 0 deletions

View File

@ -333,6 +333,7 @@ async function processReaction(_msg, user, reaction) {
const boardMessage = await vinboard_webhook.execute(
await createBoardMessage(msg, trueCount)
);
logger.debug("vinboard", JSON.stringify(boardMessage));
await setBoardEntry(msg.id, trueCount, boardMessage.id);
}
} else {