Skip to content

Commit 2007c19

Browse files
authored
Change isLeaveMessage, embed to the color Red.
1 parent 99eba9a commit 2007c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/minecraft/handlers/ChatHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class StateHandler extends eventHandler {
152152
message: replaceVariables(messages.leaveMessage, { username }),
153153
title: `Member Left`,
154154
icon: `https://mc-heads.net/avatar/${username}`,
155-
color: 2067276
155+
color: 15548997
156156
};
157157

158158
return [

0 commit comments

Comments
 (0)