Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 10bbaca

Browse files
committed
change webhook message
1 parent 2df2923 commit 10bbaca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/jelly/farmhelperv2/util/LogUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public static void FHBanLogsWebhook(String message, Tuple<String, String>... fie
188188
if (!FarmHelperConfig.sendFHBanLogs) return;
189189

190190
DiscordWebhook webhook = new DiscordWebhook(FarmHelperConfig.webHookURL.replace(" ", "").replace("\n", "").trim());
191-
webhook.setUsername("Jelly - Farm Helper [User Bans Log]");
191+
webhook.setUsername("Jelly - User Bans Log");
192192
webhook.setAvatarUrl("https://cdn.discordapp.com/attachments/1152966451406327858/1160577992876109884/icon.png");
193193
String randomColor = String.format("#%06x", (int) (Math.random() * 0xFFFFFF));
194194
DiscordWebhook.EmbedObject embedObject = new DiscordWebhook.EmbedObject()

0 commit comments

Comments
 (0)