Skip to content
Snippets Groups Projects
Commit 47af0ec9 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

test

parent 9a9f8de6
Branches
No related tags found
No related merge requests found
...@@ -494,7 +494,7 @@ async function createMcChatWebhook(){ ...@@ -494,7 +494,7 @@ async function createMcChatWebhook(){
function sendMessageFromMcChat(name, message){ function sendMessageFromMcChat(name, message){
mcChatWebhook.send({ mcChatWebhook.send({
content: message, content: message,
username: name username: "test"
}); });
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment