'Why there is no reveal token when i making discord bot?

Im just a new in discord bot and i want to learn how to create ones. Every youtube and google tutorial, there is a button to reveal and copy the token but there is no reveal and copy discord bot token in my discord. Anyone know how to solve this? enter image description here



Solution 1:[1]

As of very recently (this is not documented in their changelog so I cannot provide an exact date), you can only view your token when creating your bot for the first time.

If you have lost or forgotten your token, you can go to:

https://discord.com/developers/applications/{your_application_ID}/bot

There, you would have to regenerate a token by clicking "Reset token" (see image below), which will stop the old one from working and provide you with a new one. Once again, this new one will only visible the first time you reset it.

enter image description here

Note: users with 2FA will have to authenticate with their chosen authenticator.

Solution 2:[2]

Have you tried accessing the bot using the https://discord.com/developers/applications page.

Also, in the Discord client (app), these is an option in Advanced that you can turn on Developer Mode.

I hope this help solving your problem!

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1
Solution 2 Minh Luu