Quickstart
Get started with Recover in minutes by setting up the basics. This guide will walk you through the essentials to get up and running quickly.
Overview
Before using Recover, you need to configure your bot and application correctly via the Discord Developer Portal. This guide will walk you through the entire process, step by step.
Create Your Application
- Visit the Discord Developer Portal.
- Click New Application in the top-right corner.
- Name your application and click Create.
Create a Bot
- In your new application, go to the Bot section.
- Click Add Bot, then confirm.
- (Optional) Customize your bot’s name and icon.
Get Your Credentials
Bot Token
- Under the Bot section, click Reset Token.
- Copy and securely save this token — it will not be shown again.
Client ID & Client Secret
- Go to OAuth2 in the sidebar.
- Click Reset Secret to get your Client Secret.
- Save both in a secure place.
Set the Redirect URL
- Navigate to OAuth2 > Redirects in your application settings.
- Click Add Redirect.
- Paste this URL with
https://:
api.recover.lat/verification/oauth2/callback
- Save changes.
Open the Config Panel
In recover server, use the /config command.
This opens an interactive panel where you can:
-
Manage multiple servers your bot is on
-
Access core features like:
That’s it!
Your custom bot is now ready to work with Recover.
You can now invite users through the OAuth2 link and start bring any members to a server instantly.
Need Help?
Join the Recover Discord Server if you need support or have any questions.