getloot now says if the lootbox was a scambox

This commit is contained in:
2025-12-11 00:51:28 +01:00
parent 64dd8e6dd5
commit 45e09482be

View File

@@ -135,5 +135,8 @@ export default new Command({
createGetLootRecord(user, gainedqbucks, itemDiff, "getloot"),
user.clearLock(),
]);
if (itemstrings.length === 0 && gainedqbucks < 100)
await sendMessage("YEOP THAT'S A SCAMBOX YEOP");
},
});