Skip to content

Simple code to get active developer badge in Discord

Notifications You must be signed in to change notification settings

yokkosabe/active-dev-badge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

Simple code to get active developer badge in Discord

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages