small refactor and small lootbox rebalance SMILERS

This commit is contained in:
2025-11-15 02:35:39 +01:00
parent a205daacb7
commit 977082f38e
89 changed files with 300 additions and 203 deletions

View File

@@ -7,7 +7,7 @@
"./lib/*"
],
"main": [
"./index.ts"
"./main.ts"
],
"user": [
"./user.ts"
@@ -29,6 +29,9 @@
],
"pointRedeems": [
"./pointRedeems/index.ts"
],
"discord": [
"./discord/*"
]
}
},