bug fix
This commit is contained in:
parent
c64e8c5dbf
commit
9709516487
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue