diff --git a/commands/single/where-is-everybody.js b/commands/single/where-is-everybody.js index 9a33d30b..3f411b94 100644 --- a/commands/single/where-is-everybody.js +++ b/commands/single/where-is-everybody.js @@ -37,6 +37,7 @@ module.exports = class WhereIsEverybodyCommand extends Command { }); await delay(5000); return msg.channel.send('Where is @everyone?', { + disableMentions: 'none', files: [path.join(__dirname, '..', '..', 'assets', 'images', 'where-is-everybody', 'part-3.jpg')] }); }