From 0842aaa41007d44f7f9c775b73fbba8a3997b9f7 Mon Sep 17 00:00:00 2001 From: sigonasr2 Date: Wed, 17 May 2023 06:04:03 -0500 Subject: [PATCH] Removed the "of" portion when finishing a craft. --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 875c68c..7c9364d 100755 --- a/server.js +++ b/server.js @@ -100,7 +100,7 @@ app.post("/updateItem",(req,res)=>{ icon_url:itemIcon }, color:req.body.obtained==req.body.required?32768:Number(req.body.obtained)>0?20680:2172201, - description:"**"+req.body.username+"** "+(req.body.operation==="FINISH"?" has finished collecting "+req.body.required+" / "+req.body.required+" __"+req.body.item_name+"__!": + description:"**"+req.body.username+"** "+(req.body.operation==="FINISH"?" has finished collecting "+req.body.required+" __"+req.body.item_name+"__!": req.body.operation==="INCREASE"?" has collected "+req.body.obtained+" / "+req.body.required+" __"+req.body.item_name+"__ (+"+(req.body.obtained-req.body.previous_amt)+")" :" has set __"+req.body.item_name+"__ to "+req.body.obtained+" / "+req.body.required)+"\n\n[Sig Planner - Sig crafts all the things](http://projectdivar.com:3001)", footer:{