Registering Your Discord Bot

Nuvi can’t deploy a translator without an official “identity.” Before you write real behavior, you must create a bot user in Discord’s Developer Portal. This gives you a token (a secret password) your code will use to log in.

1. Open the Developer Portal

Go to the Discord Developer portal and log in with your Discord account (or create one if you don’t have one).

2. Create a New Application

Click New Application.

Create new application

3. Add a Bot User

Inside your application page:

4. Copy the Bot Token (But Keep It Secret!)

Still on the Bot page:

5. Enable Message Content Intent (Important for Translation!)

While still on the Bot page:

6. Invite Your Bot to a Server

Your bot is now registered and added to your server! It won’t come online until you run your Python code with the token. Once it’s online, you’ll start turning it into the translator helper Nuvi needs.