Give all the intents :)

This commit is contained in:
Cynthia Foxwell 2022-03-28 15:13:27 -06:00
parent 24eea8ad72
commit da556a158b
1 changed files with 1 additions and 3 deletions

View File

@ -13,9 +13,7 @@ const timer = require("./lib/timer.js");
const bot = new Eris(config.token, {
defaultImageFormat: "png",
defaultImageSize: 1024,
intents: Object.keys(Eris.Constants.Intents).filter(
(x) => x != "guildMembers" && x != "guildPresences"
),
intents: Object.keys(Eris.Constants.Intents),
});
const commands = new Eris.Collection();