Update maps/tests/TriggerMessageApi/script.js

Co-authored-by: David Négrier <d.negrier@thecodingmachine.com>
This commit is contained in:
Bénédicte Q 2021-11-08 10:51:08 +01:00 committed by GitHub
parent 854d8775d5
commit 7da975749c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ WA.onInit().then(() => {
WA.room.onEnterLayer("carpet").subscribe(() => {
message = WA.ui.displayActionMessage({
message:
"This is a bis test message. Press space to display a chat message. Walk out to hide the message.",
"This is a test message. Press space to display a chat message. Walk out to hide the message.",
callback: () => {
WA.chat.sendChatMessage("Hello world!", "The bot");
},