Custom Redirect URL
What is a Custom Domain?
A Custom Domain is a domain name that you can use as a redirect_url for your custom bot. This allows you to use your own domain name instead of the RestoreCord domain name.
Why is it important?
Discord is still able to link all RestoreCord bots together, even if you use a custom bot. This is because RestoreCord previously used the same domain name for all bots. This means that if you use a custom domain, you will be able to hide the fact that you are using RestoreCord.
Adding Cloudflare
First, head over to Cloudflare Dashboard and add a new site

Set up Page Rules
Once you have added your domain name to Cloudflare, click on the Page Rules button in the sidebar.

We will be creating 2 different page rules.
Redirect /verify
Redirect /api/callback

https://example.com/verify/*
https://restorecord.com/verify/$1
Switching to your Custom Domain
Go to RestoreCord Dashboard, edit your custom bot and enter your custom domain settings without
https://
.

Then head over to Discord Developer Page,
Your Custom Bot
>oAuth2
>General
and changerestorecord.com
todomain.com

Was this page helpful?