This commit is contained in:
Dapoolp 2025-07-06 02:40:32 +02:00
parent 450fe60db6
commit 0eb5a7276f
3 changed files with 13 additions and 2 deletions

View file

@ -264,3 +264,7 @@ Hooks.on('renderJournalDirectory', async (tab, html, _, options) => {
};
}
});
Hooks.on(`${CONFIG.DH.id}.postRollDuality`, async(roll, config, message) => {
console.log(roll, config, message)
});