mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 06:37:32 +02:00
Fix
This commit is contained in:
@@ -37,6 +37,7 @@ module.exports = class WhereIsEverybodyCommand extends Command {
|
|||||||
});
|
});
|
||||||
await delay(5000);
|
await delay(5000);
|
||||||
return msg.channel.send('Where is @everyone?', {
|
return msg.channel.send('Where is @everyone?', {
|
||||||
|
disableMentions: 'none',
|
||||||
files: [path.join(__dirname, '..', '..', 'assets', 'images', 'where-is-everybody', 'part-3.jpg')]
|
files: [path.join(__dirname, '..', '..', 'assets', 'images', 'where-is-everybody', 'part-3.jpg')]
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user