Skip to content

Commit a69d5b3

Browse files
committed
New empty embed color
1 parent d1cfde7 commit a69d5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/xyz/srnyx/lazylibrary/LazyEmbed.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@ public static LazyEmbed invalidArguments(@NotNull Object... argumentsValues) {
12411241
@NotNull
12421242
public static LazyEmbed empty() {
12431243
return new LazyEmbed()
1244-
.setColor(0x2b2d31)
1244+
.setColor(0x242429)
12451245
.disableDefaults(Key.values());
12461246
}
12471247
}

0 commit comments

Comments
 (0)