diff --git a/modules/ecryme-main.js b/modules/ecryme-main.js index 19ed030..9fdda2c 100644 --- a/modules/ecryme-main.js +++ b/modules/ecryme-main.js @@ -77,6 +77,7 @@ function welcomeMessage() { fetch(ECRYME_WELCOME_MESSAGE_URL) .then(response => response.text()) .then(html => { + console.log("Fetched welcome message:", html); ChatMessage.create({ user: game.user.id, whisper: [game.user.id], diff --git a/welcome-message-ecryme.html b/welcome-message-ecryme.html index 1108801..e1b66cc 100644 --- a/welcome-message-ecryme.html +++ b/welcome-message-ecryme.html @@ -2,6 +2,7 @@