From eea110616af9ef2862e065b4e019e38c70639c97 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 15 Apr 2018 15:46:01 -0400 Subject: Disabled (@)everyone --- bot_discord.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bot_discord.js b/bot_discord.js index 2149538..9dc6400 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -20,7 +20,9 @@ const Discord = require('discord.js'); const economy = require('discord-eco'); const moment = require('moment'); -const client = new Discord.Client(); +const client = new Discord.Client({ + disableEveryone: true +}); const abVersion = '2.7.0'; const prefix = 'ab:'; const fs = require('fs'); -- cgit v1.2.3