Discord Utils
DEVELOPER

Intents Calculator

Toggle gateway intents to get the bitfield integer — with ready-to-paste code for discord.js and discord.py.

Intents value

discord.js

const client = new Client({
  intents: [
  ],
});

discord.py

intents = discord.Intents(0)