diff options
| author | Alee <alee14498@gmail.com> | 2018-04-15 15:46:01 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-15 15:46:01 -0400 |
| commit | eea110616af9ef2862e065b4e019e38c70639c97 (patch) | |
| tree | f5b37f612d2629dfecd2f330cce6c5ddf44e9882 /bot_discord.js | |
| parent | 71c4c4f6dda1cb9eec13ddd0e7db750d7f063268 (diff) | |
| download | AleeBot-eea110616af9ef2862e065b4e019e38c70639c97.tar.gz AleeBot-eea110616af9ef2862e065b4e019e38c70639c97.tar.bz2 AleeBot-eea110616af9ef2862e065b4e019e38c70639c97.zip | |
Disabled (@)everyone
Diffstat (limited to 'bot_discord.js')
| -rw-r--r-- | bot_discord.js | 4 |
1 files changed, 3 insertions, 1 deletions
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');
|
