Update the message listening to use createChatMessage instead of preCreateChatMessage
This commit is contained in:
parent
8c42f1b240
commit
8905cb05bc
3 changed files with 42 additions and 31 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue