Update the message listening to use createChatMessage instead of preCreateChatMessage

This commit is contained in:
Oliver-Akins 2025-06-13 19:28:08 -06:00
parent 8c42f1b240
commit 8905cb05bc
3 changed files with 42 additions and 31 deletions

View file

@ -5,7 +5,7 @@ import "./hooks/init.mjs";
import "./hooks/ready.mjs";
// Document Hooks
import "./hooks/preCreateChatMessage.mjs";
import "./hooks/createChatMessage.mjs";
// Dev Only imports
if (import.meta.env.DEV) {