How to Get Your Discord Token (2022) – USER & BOT
Discord user token and bot token are mainly for the developers; even anyone can use it by learning how to get your discord token with few easy steps.
If you want to know how to create or generate a discord token, keep reading below to find the easy steps.
What is Discord Token?
Discord token is a unique code through which a bot can access your account without the discord client.
There are two discord tokens
- Discord User
- Discord Bot
In this article, I am sharing the easy steps to generate the token both for user client and bot.
You need to be logged in to your computer browser like Google Chrome (recommended), as you can’t find the token through the discord application.
How to Find your Discord Token – USER
By following the below steps you can easily view your the token, just make sure you do not share this token with anyone.
1 . Open Google Chrome and sign in to your Discord account.
2 . Once you are signed in, click on the 3 dots located at the very right-hand top of the Google Chrome browser.
Chrome Developer Tools
3 . From the chrome options, hover up to More Tools and then click on Developer tools. You can also use the shortcut key
- Windows: – Ctrl + Shift + I short.
- Mac: – Command⌘+ Option + I
4 . Now on the right-hand side developer toolbox will appear, on the very top of that developer tools you will find few tabs, by default it’s on Element through which you can create fake messages .
5 . Click on the Application tab, if you don’t find then click on the arrow to find.
6 . In the Application, hover up to Storage, double-click on local storage to expand, and then click on https://discord.com. This will bring up the new chart of key and value.
7 . Click on the filter box and type token and everything will disappear. Look for the Toggle Device toolbar on the very left-hand top of the developer tools or simply press the Ctrl + Shift + M key together.
8 . You can now view your token, just click on it to highlight and then copy the token from the below box.
How to View Discord Token (BOT)
A Discord Token Bot is a key to access the discord bot and is used inside the bot code to send the commands back and then ahead to the API.
Please follow the steps
1 . Visit the discord developer portal by clicking on this link https://discordapp.com/developers/applications .
2 . This will bring up the discord developer dashboard and you will see all the bots that you created. But, if you are here for the first time then simply click on the New Application.
alt=»Create Discord Bot» width=»600″ height=»150″ />Create Discord Bot
3 . Crete an application box will come up, type the name for your bot, and click on Create.
Create bot in Discord
4 . In the general information, add the profile picture and description to make your bot attractive, once done click on Save Changes.
5 . Now navigate to the left-hand panel of settings to find and click on Bot. From the Built-A-Bot click on Add bot and then Yes, do it! to confirm.
6 . You will now see a green message of A wild bot that has appeared that indicates that your discord bot has been created.
7 . Now on the very right of the profile picture, you can see the token, click on the option Click to Reveal Token to view the token ID.
You can also create a bot to get the bot tag on your name and chat with other people as a bot. To learn more about the discord bot tag and badge click the link to visit the article.
CONCLUSION
I am very sure; you might be thinking this was easy to understand how to get your discord token for discord user and bot.
I will warn again, do not share your discord token id with anyone as this is a key to hack the discord account.
You can also visit the YouTube video to see the video explanation of this article, and do not forget to subscribe and share this article and video.
Let me know if you have any issues with this or with discord, I will surely assist you.
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.
Table of Contents
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.
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.
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…
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.
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”:
We got a bunch of results. I personally like the “FLAT” icon style and think it looks really good, so I filtered by Flat:
Alright, here’s a good icon — I’m going to go with this and hit “Download PNG”.
Next I uploaded that icon into Discord and hit the green “Save Changes” button.
“The Token Master” is looking much better already!
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.
Now you want to click the blue “Add Bot” button
Click the “Yes, do it!” button…
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…
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.
Once there, scroll down to the “Oauth2 URL Generator” section. In the “Scopes” section, you’ll want to select the “bot” checkbox.
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.
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.
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.
You’ll likely get an “I’m not a robot” captcha message on the next screen. Solve the captcha and continue.
Success! Your bot has been authorized, and you should see it pop up in the list of participants on your 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.
Бот Discord: как создать и добавить на сервер
Чтобы подключить бота Discord в ваше приложение, вам понадобятся токен бота (для настройки модуля) и ID канала, в который вы будете отправлять сообщения (для формы отправки).
Расскажем, как создать сервер, канал и бота Discord, а после добавить созданного бота на ваш сервер. О том, как настроить отправку сообщений на платформе AppMaster.io, можно прочитать в этой статье.
Для начала вам нужно создать новый сервер в Discord (или получить права администратора на уже существующем). Откройте страницу вашей учетной записи Discord в браузере — так будет удобнее перемещаться между страницами настроек.
1. Нажмите на «+» на левой панели.
2. Выберите шаблон сервера в зависимости от вашей сферы или создайте собственный.
3. Укажите, для каких целей хотите его использовать.
4. Выберите изображение будущего сервера и укажите его название (1), затем нажмите Create. (2).
5. Сервер создан. По умолчанию в него уже добавлены два канала — текстовый и голосовой (1). Чтобы изменить настройки канала, нажмите значок шестеренки (2). Добавить новый канал можно, нажав на «+» рядом с названием раздела. Мы не будем создавать новый канал и для подключения нашего бота используем уже существующий канал general.
6. Теперь нужно получить ID выбранного канала. Для этого нужно сначала включить режим разработчика в настройках вашего профиля. Нажмите на значок шестеренки рядом с вашим никнеймом и фотографией.
7. Перейдите в раздел APP SETTINGS, на вкладку Advanced (1) и переместите селектор Developer mode — режим разработчика активируется (2).
8. Вернитесь из меню настроек и кликните по нужному каналу правой клавишей мыши (1), во всплывающем меню выберите Copy ID — идентификатор вашего канала будет скопирован (2). Сохраните его в любом текстовом документе, чтобы не возвращаться к этому шагу.
Чтобы создать бота, перейдите на специальную страницу Discord для разработчиков: https://discord.com/developers/. Откройте ее в соседней вкладке браузера, не выходя из вашей учетной записи Discord.
Сначала вам нужно создать приложение, затем в этом приложении создать бота и настроить для него разрешения, и только после этого — добавлять бота на сервер.
1. На вкладке Applications выберите New Application.
2. Введите название будущего приложения (1) и нажмите Create (2).
3. Приложение создано. Перейдите не вкладку Bot (1) и нажмите Add Bot, чтобы добавить нового бота.
4. Согласитесь добавить бота в ваше приложение.
5. Бот создан. На вкладке Bot отобразится вся информация о нем. Тут можно изменить его имя, добавить изображение и скопировать токен бота (1). Этот токен понадобится вам для настройки модуля Discord на платформе Appmaster.i. Каждый раз при внесении изменений портал разработчика будет предлагать вам сохранить их (2).
Сохраните токен бота, чтобы при последующей настройке не возвращаться к этому шагу.
6. Теперь перейдите на вкладку OAuth2 (1) — тут можно настроить разрешения и получить ссылку на вашего бота. В разделе SCOPES выберите bot(2), в BOT PERMISSIONS отметьте разрешения, которые хотите ему предоставить, в нашем случае — только отправка сообщений, поэтому выберите Send Message(3). После скопируйте автоматически сгенерированную Discord ссылку(4).
7. Вставьте скопированную ссылку в адресную строку браузера и перейдите по ней — откроется окошко вашего приложения. Выберите ваш сервер в раскрывающемся списке (1) и нажмите Continue (2).
8. Убедитесь, что приложению (а значит, и созданному в нем боту) даны только необходимые разрешения, после чего добавьте его на ваш сервер.
9. Теперь вернитесь на ваш сервер. Бот оставил приветственное сообщение — значит, что он успешно добавлен и функционирует.
Итак, все готово. Вы получили токен бота для модуля Discord и ID канала для формы отправки сообщения. Теперь перейдите в AppMaster.io Studio и настройте отправку сообщений из вашего приложения, следуя инструкции Модуль Discord: подключение бота и отправка сообщений.
Следите за нашим блогом и присоединяйтесь к чату комьюнити, чтобы узнавать о новостях платформы и новых статьях.
Подробнее о том, что такое модули и как их настраивать — в обучающем видеокурсе AppMaster.io 101.
а как запрограммировать бота?
если нет навыков python и JavaScript
Что делать если мне написали вот это:
Я не знаю как это исправить но лучше проверь сохранен ли токен не генерировал ли ты его снова если регенирировал снова скопируй
Выключи в настройках REQUIRES OAUTH2 CODE GRANT
как сделать так что бы он был в сети
Лучше скачай BDFD там запусти его за просмотр рекламы
Реклама = 2 часа
Капча = 30 минут
а где его скачать?
Play market бдфд есть
Есть также сервер бдфд на русском чтоб коды брать от туда
я вроде сделал все как надо, как узнать на какую команду, скажем так "откликается" бот?
Я сделал всё что было задано создал новый сервер вставил сыллку на приглашение вставлял айди канала ничего не даёт
конструкторы в помощь
А что если не получается скопировать URL? Пишут Please enter a redirect uri.Помогите пожалуйста:(
А все нашла, спасибо большое!
Скажи как ты эту ссылку нашла?
Но в данном приложении Discord не обойтись без минусов:
1)Разнообразный коллектив который не всегда подстать себе найдешь;
2)В приложении дискорд на жалобы сквозь пальцы смотрят.могут и не отреагировать;
3)Конфиденциальность в общении не в почёте.
4)Странное комньюнити которое как "стая пчел".
5)На жалобы техобслуживание долго не реагирует.но попытаться можно.
6)Само общество дискорда может окунуть тебя в грязь.Если им что-то не нравится.У них своё представление о том или ином человеке.Они живут в своём собственном мирке под названием Discord.
7)Есть определенные "особые" личности которым всё непочем.и они суются куда не следует.
Сейчас проблема русскоязычного дискорда независит от сервера.
Сейчас весь русскоязычный дискорд самое поганое место обитания и общения.
Токены в Дискорде: что это, как пользовать, что значит token устарел?
Discord Token — специальный набор символов, который применяется при создании бота, а также для авторизации без пароля и применения в специальных программах. Ниже рассмотрим, где взять токены Дискорд, как узнать свой «ключ», и можно ли его купить.
Что такое, виды
Для начала разберемся, что такое Token в программе Discord. Это набор символов, который состоит из букв и цифр. Применяется для управления ботом. Полученные символы можно использовать для решения следующих задач:
- Для авторизации. В этом случае токен пригодится для входа в программу без пароля или для рейдов.
- При создании селфботов. Self Bots — специальные боты, созданные на основе Дискорд API, и предназначенные для улучшения учетной записи. Они работают с профилем пользователя не через страницу программы, как это происходит обычно, и могут отправлять сообщение. Для использования бота нужен токен, который доступен на консоли. Его нельзя никому давать, ведь при попадании информации в чужие руки возможны проблемы с учетной записью. Так, при наличии пользовательского Token Discord открывается доступ к чтению и отправке сообщений, а также другим опциям.
Как получить token для создания бота Discord
Для создания бота нужен Discord Bot Token, который можно получить следующим образом. Сделайте следующее:
-
- Войдите по ссылке — discord.com/developers/applications.
- Жмите на кнопку New Application.
-
- Задайте название.
- Жмите на кнопку Bot и кликните на кнопку Add Bot.
- Подтвердите действие.
- Жмите на специальную ссылку, чтобы получить токен.
- Копируйте и запишите данные где-нибудь.
Зная, как получить Discord Token, можно в любой добавить его в код и создать своего бота.Как узнать Дискорд-токен для аутентификации
Теперь рассмотрим следующий вопрос — как узнать свой токен в Дискорде. Сделайте следующие шаги:
- Войдите в свой профиль в веб-версии Discord.
- Жмите на кнопку Ctrl+Shift+I.
- Перейдите во кладку Network с правой стороны.
- В разделе Filter напишите /api/v6.
- Жмите на кнопку Ctrl+R.
- Войдите в любую вкладку, к примеру, Scince.
- Листайте справа до пункта, пока не найдете надпись autorization.
- Копируйте информацию и вставьте ее там, где это необходимо.
Токен Discord имеет следующий вид — Njc5MjAzNDQxNzEyNTYyMTc2.XuMNmg.hS-Dx86NsOBhU1fO19w_TVSIaq4.
Как вариант, можно использовать Discord Token Generator. Суть состоит в установке программы и создании Дискорд-бота. Интерфейс софта интуитивно понятен, поэтому останавливаться на этом вопросе нет смысла.
Что значит, когда token устарел
При попытке использования токена многие наталкиваются на ошибку об устаревании token. При этом возникает вопрос — что значит токен устарел в Дискорде. Это означает, что в ваше профиль уже был совершен вход с другого устройства раньше. Необходимо просто войти еще раз.
Можно ли купить токен
В Сети часто попадаются предложения купить token для Discord. В этом нет смысла, ведь в большинстве случаев такие предложения являются мошенничеством. Лучше самому узнать свой Дискорд-токен и использовать его по назначению.