diff --git a/src/modules/foxwells.js b/src/modules/foxwells.js index df6e653..c61d7c8 100644 --- a/src/modules/foxwells.js +++ b/src/modules/foxwells.js @@ -347,9 +347,10 @@ async function processReaction(_msg, reaction, user) { if (trueCount == 0) { logger.verbose("vinboard", `Deleting entry for "${msg.id}"`); if (dbEntry.board_id) { - await vinboard_webhook.deleteMessage( - dbEntry.board_id, - "[Vinboard] Message has 0 reactions now." + await hf.bot.deleteWebhookMessage( + vinboard_webhook.id, + vinboard_webhook.token, + dbEntry.board_id ); await deleteBoardEntry(msg.id); }