#BitFieldInvalid
1 messages · Page 1 of 1 (latest)
You're passing an object where it expects a number or IntentBitField, show your client constructor
const client = new Client({
intents: [
GatewayIntentBits.DirectMessages,
GatewayIntentBits.GuildMembers,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.GuildVoiceStates,
GatewayIntentBits.Guilds,
GatewayIntentBits.MessageContent,
],
});