diff --git a/commands/drop.js b/commands/drop.js index 8614ef8..0f2c9cf 100644 --- a/commands/drop.js +++ b/commands/drop.js @@ -33,8 +33,7 @@ module.exports = { const cards = []; let characters = await Character.findAll({ where: { - enabled: true, - [Sequelize.Op.or]: [ { id: 3 }, { id: 4 }, { id: 5 } ] + enabled: true }, order: sequelize.random(), limit: 3