Skip to content

Commit

Permalink
Update handler.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GataNina-Li authored Aug 21, 2022
1 parent ae3ec35 commit 2bccdd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ export async function handler(chatUpdate) {
if (!isNumber(user.expg)) user.expg = 0
if (!isNumber(user.exphero)) user.exphero = 0
if (!isNumber(user.eleksirb)) user.eleksirb = 0
if (!isNumber(user.emasbatang)) user.emasbatang = 0
if (!isNumber(user.fishingrod)) user.fishingrod = 0
if (!isNumber(user.fishingroddurability)) user.fishingroddurability = 0
if (!isNumber(user.fortress)) user.fortress = 0
Expand Down Expand Up @@ -569,6 +570,7 @@ export async function handler(chatUpdate) {
exphero: 0,
expired: 0,
eleksirb: 0,
emasbatang: 0,
fishingrod: 0,
fishingroddurability: 0,
fortress: 0,
Expand Down

0 comments on commit 2bccdd4

Please sign in to comment.