mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
v12.0.0
This commit is contained in:
@@ -5,10 +5,10 @@ const Discord = require('../src');
|
||||
const { Util } = Discord;
|
||||
|
||||
const client = new Discord.Client({
|
||||
// To see a difference, comment out disableMentions and run the same tests using disableEveryone
|
||||
// You will notice that all messages will mention @everyone
|
||||
//disableEveryone: true
|
||||
disableMentions: 'everyone'
|
||||
// To see a difference, comment out disableMentions and run the same tests using disableEveryone
|
||||
// You will notice that all messages will mention @everyone
|
||||
// disableEveryone: true
|
||||
disableMentions: 'everyone',
|
||||
});
|
||||
|
||||
const tests = [
|
||||
|
||||
Reference in New Issue
Block a user