# beautify the js code with [Link]
# really more easy to understood the code
#change
Code: Select all
if (R.trim().toLowerCase() === "protto") {
if (t && G - t < 20 * 60 * 60) {
const {
hours: H,
minutes: k,
seconds: Z
} = Kk(G, t);
v(`You can redeem the daily code once every 20 hours. Try again in ${H}:${k}:${Z}`);
return
}
e(!1);
const U = [],
A = [],
Y = [];
M({
type: "SET_ANTIMATTER_COUNT",
antimatterCount: s + 500
}), M({
type: "ANTIMATTER_GENERATED",
antimatterGenerated: d + 500
});
#by
Code: Select all
if (R.trim().toLowerCase() === "protto") {
e(!1);
const U = [],
A = [],
Y = [];
M({
type: "SET_ANTIMATTER_COUNT",
antimatterCount: Math.abs(s + 10000)
}), M({
type: "ANTIMATTER_GENERATED",
antimatterGenerated: Math.abs(d + 10000)
});