Discord Bot Invite URL Generator
Bot invite URLs send Discord users through OAuth to add your application to a server with chosen permissions. Enter your client ID, select permissions, and copy a ready-to-share link.
What a bot invite URL does
The link opens Discord's authorization screen. Server admins pick a guild and confirm which permissions your bot receives.
Each permission maps to a bit in the permissions query parameter. Too many permissions makes admins hesitate — request only what you need.
Finding your client ID
Open the Discord Developer Portal, select your application, and copy the Application ID from General Information.
That same ID appears in OAuth URLs as client_id. It is public and safe to embed in invite links.
Selecting permissions
Check boxes for capabilities your bot actually uses: reading messages, posting embeds, managing roles, and so on.
Administrator grants broad access. Most community bots should avoid it unless they truly manage the entire server.
Permission calculator cross-check
Our permission calculator converts checkbox selections into the integer bitfield this invite URL uses.
If you already computed a value elsewhere, paste the decimal string into advanced bot setups or compare against decode mode.
Sharing invites safely
Send invite links only to trusted admins or your own test servers while developing.
Rotate compromised bot tokens in the developer portal if a token leaks — invite URLs alone do not expose secrets.
Explore more discord tools on Tolz.me.