This commit is contained in:
NK 2023-05-18 12:25:38 +01:00
parent c64e8c5dbf
commit 9709516487

View file

@ -63,7 +63,7 @@ public class SniperFlipperEvents {
.setFooter("Purse: " + format.format(Utils.getPurse()), icon) .setFooter("Purse: " + format.format(Utils.getPurse()), icon)
.addField("Item:", matcher.group(2), true) .addField("Item:", matcher.group(2), true)
.addField("Price:", matcher.group(3), true) .addField("Price:", matcher.group(3), true)
.addField("Purchaser:", matcher.group(1).split("[Auction] ")[1], true) .addField("Purchaser:", matcher.group(1), true)
.setColor(Color.decode("#003153"))); .setColor(Color.decode("#003153")));
if (SEND_MESSAGE) webhook.execute(); if (SEND_MESSAGE) webhook.execute();
Utils.debugLog("Notified Webhook"); Utils.debugLog("Notified Webhook");