Add a preCreateChatMessage hook for auto-logging of dice results

This commit is contained in:
Oliver-Akins 2025-05-04 21:36:26 -06:00
parent f2f742e65a
commit 1a4d764a15
2 changed files with 33 additions and 0 deletions

View file

@ -1,4 +1,8 @@
import "./api.mjs";
// Lifecycle Hooks
import "./hooks/init.mjs";
import "./hooks/ready.mjs";
// Document Hooks
import "./hooks/preCreateChatMessage.mjs";