This commit is contained in:
Dragon Fire
2020-12-03 14:27:42 -05:00
parent 33c39b5b96
commit f1716663c9
+1
View File
@@ -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')]
});
}