/getActiveDeveloper

Get the Discord Active Developer Badge!

Primary LanguageJavaScriptMIT LicenseMIT

image

Get Discord Active Developer

This badge requires having a bot and run a command.

Dependencies

  1. Node.js 16.11.0 or newer

  2. Clone

Clone this repository wherever you like (With Git or download it manually from GitHub)

  1. Install dependencies

At the path you've clones the repository, open the terminal or CMD and run the following. Make sure the path is on the folder, otherwise, use the cd command to locate into the path.

npm i
  1. Get a Bot Token

Go to Discord Developer and click on New Application

image

Set any name, accept terms of service and click on Create

On the next screen, click Bot at the left panel

image

Click Reset Token and enter the required information (if is requested to you), then a screen like the following is going to appear:

image

Click on Copy

  1. Invite Bot to Server

Create a Discord server, set any name and then go again to the OAuth 2 left panel on the developer panel again and then click on URL Generator

image

On SCOPES, click bot

image

On BOT PERMISSIONS, click Send Messages and then copy and paste the URL into a new tab

image

Select a server, accept terms of service and accept.

  1. Start the application

Go back to the terminal and run the following

node .
  1. Get the badge

On the discord server that has joined the bot, run the /getactivedeveloper command

image