1001Ferramentas
🎮Utilities

Discord Invite Builder

Builds Discord invite URLs (discord.gg/CODE) from a valid invite code.



  

Clean discord.gg invite URLs from a code

Someone drops a bare invite code in chat, or you are writing a project README and need the tidy URL without the tracking bits the app tacks on. Typing it by hand works fine until the day a slash goes missing or a character gets dropped, and everyone who clicks lands on an invalid invite screen with no idea why.

The field takes the code and nothing else. Anything that is not a letter, digit or hyphen is stripped, and the output is https://discord.gg/ plus whatever survived. Paste a full URL and the colon and slashes disappear, leaving something like discord.gg/httpsdiscordggabc123 that goes nowhere. Grab the code in Discord under Invite People and copy only the part after the last slash.

The invite itself is created in Discord, not here. Expiry, maximum uses and target channel are settings inside the app, and this page never calls the Discord API to check whether a code is still alive. An expired invite produces a perfectly formed link that lands on the invalid invite screen anyway. The whole thing runs in your browser and the code is never sent anywhere.

Frequently asked questions

Does this create the invite?
No. Discord generates invite codes inside the server. This only assembles the URL around a code you already have.
Can I paste the whole link?
Better not. Every character that is not a letter, digit or hyphen gets removed, so https://discord.gg/abc123 collapses into a wrong code. Paste just the final segment.
discord.gg or discord.com/invite?
Both resolve to the same invite. The output uses discord.gg, the short form the app itself copies.

Related Tools