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(
|
||||
await createBoardMessage(msg, trueCount)
|
||||
);
|
||||
logger.debug("vinboard", JSON.stringify(boardMessage));
|
||||
await setBoardEntry(msg.id, trueCount, boardMessage.id);
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue