mirror of
https://gitlab.com/qwerinope/qweribot.git
synced 2026-02-04 07:56:58 +01:00
getloot now says if the lootbox was a scambox
This commit is contained in:
@@ -135,5 +135,8 @@ export default new Command({
|
|||||||
createGetLootRecord(user, gainedqbucks, itemDiff, "getloot"),
|
createGetLootRecord(user, gainedqbucks, itemDiff, "getloot"),
|
||||||
user.clearLock(),
|
user.clearLock(),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
if (itemstrings.length === 0 && gainedqbucks < 100)
|
||||||
|
await sendMessage("YEOP THAT'S A SCAMBOX YEOP");
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user