#BitFieldInvalid

1 messages · Page 1 of 1 (latest)

civic fog
hot sandal
civic fog
hot sandal
# civic fog

You're passing an object where it expects a number or IntentBitField, show your client constructor

civic fog
#
const client = new Client({
  intents: [
    GatewayIntentBits.DirectMessages,
    GatewayIntentBits.GuildMembers,
    GatewayIntentBits.GuildMessages,
    GatewayIntentBits.GuildVoiceStates,
    GatewayIntentBits.Guilds,
    GatewayIntentBits.MessageContent,
  ],
});