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

:(

parent 31ae058b
Branches
No related tags found
No related merge requests found
...@@ -494,8 +494,7 @@ async function createMcChatWebhook(){ ...@@ -494,8 +494,7 @@ async function createMcChatWebhook(){
function sendMessageFromMcChat(name, message){ function sendMessageFromMcChat(name, message){
mcChatWebhook.send({ mcChatWebhook.send({
content: message, content: message,
username: name, username: name
avatarURL: 'https://live.mc.sl-projects.com/tiles/faces/32x32/' + name + '.png',
}); });
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment