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