foxwells.vinboard: debug 2
This commit is contained in:
parent
9e2d9e7f64
commit
2b97bce8df
1 changed files with 1 additions and 0 deletions
|
@ -333,6 +333,7 @@ async function processReaction(_msg, user, reaction) {
|
||||||
const boardMessage = await vinboard_webhook.execute(
|
const boardMessage = await vinboard_webhook.execute(
|
||||||
await createBoardMessage(msg, trueCount)
|
await createBoardMessage(msg, trueCount)
|
||||||
);
|
);
|
||||||
|
logger.debug("vinboard", JSON.stringify(boardMessage));
|
||||||
await setBoardEntry(msg.id, trueCount, boardMessage.id);
|
await setBoardEntry(msg.id, trueCount, boardMessage.id);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue