How to Get a Discord Bot Token

You’re here because you need to either create or generate a Discord Bot Token.

Well, I’m here to show you how!

I’m going to walk you through the steps required for generating a brand-new discord bot token.

We’ll explain how you can view your tokens if you already have bots present in your account, and then we’ll talk about token security and how it’s extremely important that you never reveal your token.

What is a Discord Bot Token?

A Discord Bot Token is a short phrase (represented as a jumble of letters and numbers) that acts as a “key” to controlling a Discord Bot. Tokens are used inside bot code to send commands back and forth to the API, which in turn controls bot actions. Never share your Discord Bot Token with anyone.

Creating and/or Viewing a Discord Token isn’t hard — but if you’ve never done it before, it can take a little while to figure out where to go.

Here are the exact steps you’ll need to take.

Generating Your Token Step-by-Step

1. Go to the Discord Developer Portal

Your first step is to browse over to the Discord Developer Portal: https://discordapp.com/developers/applications/

This portal shows all of your applications and bots.

If you already have a bot created, click it in the list. If you don’t have any discord bots, click the “New Application” button.

Create Discord Application

2. Give Your Bot a Name

Here you’ll be prompted to give your application (bot) a name.

You’re likely making a Discord Bot here, or you need your token for a Discord Bot. If this is true, then think about what you want your bot to be named and enter it here.

Name Your Discord Application

3. Bring Your Bot to Life With an Icon and Description

Awesome! You’ve created your very first Discord Application! The only thing left is to bring your bot to life by giving it a description and an icon…

Add Your Discord Application Icon And Description

The best size for your bot’s icon is 1024×1024 pixels, but you can go lower and achieve quality results. I personally go with 512×512 most of the time (based on the icons I choose).

IconFinder has a huge collection of amazing icons.

They have a library of free icons: https://www.iconfinder.com/free_icons

And if you really like their icons and want to go premium, here’s a link for 50% Off: https://www.writebots.com/iconfinder

My bot is named “The Token Master”, so I want to find an icon somehow related to a token…

The first thing I did was go to IconFinder and type “token”:

Use Iconfinder To Get An Icon For Your Discord Bot

We got a bunch of results. I personally like the “FLAT” icon style and think it looks really good, so I filtered by Flat:

Browse Iconfinder'S Selection For The Best Icons

Alright, here’s a good icon — I’m going to go with this and hit “Download PNG”.

Download Your Discord Bot Icon From Iconfinder

Next I uploaded that icon into Discord and hit the green “Save Changes” button.

“The Token Master” is looking much better already!

Discord Bot Icon And Description Done

4. Retrieve Your Token

Your next step is to go over the menu on the left side of the screen and click “Bot”. It’s the icon that looks like a little puzzle piece.

Discord Development Portal - Browse To The Bot Tab

Now you want to click the blue “Add Bot” button

Discord Bot - Click Add Bot

Click the “Yes, do it!” button…

Discord Bot - Add Bot To This App Dialog

You’ll see a green message, “A wild bot has appeared!”

You’ll also see a “Token” and a blue link you can click called “Click to Reveal Token”

As soon as you click this link, your token will be revealed…

Discord Bot - A Wild Bot Has Appeared!

And that’s it! You have your token!

A natural next step, however, is to add your bot into your Discord Server.

5. Add Your Bot to a Discord Server

In order to add your bot to your Discord Server, you’ll need to navigate back to the “OAuth2” tab.

Discord Bot Token - Oauth2 Screen

Once there, scroll down to the “Oauth2 URL Generator” section. In the “Scopes” section, you’ll want to select the “bot” checkbox.

Discord Bot Token - Oauth2 Url Generator &Quot;Bot&Quot; Selection

You’ll notice that a URL appeared as soon as you clicked “bot” — this will be your URL for adding your bot to a server.

But we’re not quite there yet!

Scroll down some more to the “Bot Permissions” section. This is where you choose what permissions to give your bot, and what it can and can’t do.

Discord Bot Permissions Checkbox Selection

Based on what type of bot you’re planning on building, you’ll want to select permissions that most closely match what it’ll be doing day-to-day.

Important: Do not select all of the permissions “just to make things easy”. Your permissions are the second line of defense in case somebody gets their hands on your bot token. Only give your bot the permissions it really needs, that way you lower the risk of compromising your server.

After you’ve selected your permissions, scroll up a little bit and look at the URL that was generated.

Discord Bot Authorization String (Client Id &Amp; Permissions)

Click the blue “Copy” button on the right side. This is the URL you’ll navigate to in order to add your bot to a server.

Go to that URL and you’ll see a page that looks sort of like this (see below). Here you’ll want to select the server you’re adding your bot to, double-check the permissions you’re giving your bot, and then continue to the next step.

Discord Bot - Add Bot To Server (Authorize)

You’ll likely get an “I’m not a robot” captcha message on the next screen. Solve the captcha and continue.

Discord Bot Captcha Message (Not A Robot)

Success! Your bot has been authorized, and you should see it pop up in the list of participants on your server!

Discord Bot Authorized And Added To Server

That wasn’t so hard, was it? You’ve successfully created a Discord Bot Token and added your own bot to a server!

… all that’s left is programming your bot and bringing it to life.

Remember: Protect Your Token at ALL COSTS!

Your TOKEN is the Key to the Kingdom when it comes to your bot…

If someone steals your token, they can make your bot do whatever they want — essentially “hacking” your bot.

You don’t want that.

Take extra care NOT to share your token. And if you do have bot code that you put together that uses your token, make sure that when sharing the code (or uploading it publicly, such as to GitHub for example), you leave your token out!

And that’s all there is to it!

As a final note, if you want to be able to create awesome graphics and have incredible icons for your Discord Bots, I’d recommend checking out IconFinder Premium for 50% Off.

All you have to do to sign up to IconFinder Premium is click here: https://www.writebots.com/iconfinder

One comment

Leave a Reply

Your email address will not be published. Required fields are marked *