This commit is contained in:
Lamp 2022-01-03 21:24:57 -08:00
parent 849ae63144
commit f145354bec
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ global.Discord = require('discord.js');
global.fs = require('fs');
global.dClient = new Discord.Client({
intents: 32767,
allowedMentions: 'none',
restRequestTimeout: 5*60*1000
});