We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1703b commit d0cb488Copy full SHA for d0cb488
1 file changed
crons/mimo/index.js
@@ -149,8 +149,7 @@ module.exports = {
149
150
const hasSignificantActivity = data.itemsExchanged.length > 0
151
|| data.codesRedeemed.length > 0
152
- || data.codesObtained?.length > 0
153
- || data.lotteryDraws?.length > 0;
+ || data.codesObtained?.length > 0;
154
155
const userId = hasSignificantActivity
156
? webhook.createUserMention(account.discord)
0 commit comments