Update internal system with dynamic message
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user