Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.51 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.51 KB

Go to https://discord.com/developers/applications and register under your Discord account. Let's create a new application. main image

Go to the bot tab and enable Privileged Gateway Intents: image

Go to the bot parameters and select the items, as in the screenshot below: image Copy the link and add the bot to a pre-created server; the community must also be enabled on the server: image

Save the changes and reload the bot token, copy it and paste it into the code. You must have python installed, as well as the disnake library image

To install disnake, write this command to the console: py -3 -m pip install -U disnake

We run the code, wait for the bot to connect to the network and enter the command /test into the chat several times. After at least 24 hours, go to the website https://discord.com/developers/active-developer, select your bot, the server on which it is active and receive an icon to your account.