From f1716663c9967883ae2aaca04018c95b58ec96fd Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 3 Dec 2020 14:27:42 -0500 Subject: [PATCH] Fix --- commands/single/where-is-everybody.js | 1 + 1 file changed, 1 insertion(+) 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')] }); }