Active Developer Badge
  JavaScript
Guide (Imported from github)

To use this script make a discord bot {https://discord.com/developers/applications} and then copy the "Bots Token" and "Bots ID"

Then make a server and make sure that community is enabled in that server

Invite the discord bot to that server and make sure hes has ('bot' and 'application.command' permission checked) in the URL generator

Then download the requisites mentioned below

1-node.js (from their website)

--The following steps should be performed after node.js has been installed on your pc

1-bioler template (npm init -y) [inside terminal]---

(Then at 6th line add this ["type": "module",] and make sure to put "," at then end of 5th line)

2-discord.js (npm i discord.js) [inside terminal]

3-discordjs/rest (npm i @discordjs/rest) [inside terminal]

4-dotenv (npm i dotenv) [inside terminal]

After everythig has been installed paste your discord bot token inside ".env"

Then copy yor client id or "Application ID" and paste it inside "index.js" at 25th line , example (const CLIENT_ID = '1043883426580795432')

Then copy yor servers id in which the bot is and paste it inside "index.js" at 26th line , example (const GUILD_ID = '988824696860573798')

and after that go to the terminal and type the following command

node index.js

---(Still If u need any help u can ask me in my discord server [fiend#9041])---

About
Author
Fiend
Publisher
Flubel
Developed at
10/15/2023
License
FGPL
Downloads
8
Description
A script that allows your discord bot to use / commands which will give you active develoepr badge. With being open sourced the guide will teach you on how to operate it
Languages
Sources
  Github
Made by Flubel
FlubelMC
Zenzing
Sentient
SQLDB
Flubel-Shop
Flubel-Dev
Xmage
Tech Partners
Google
Meta
OpenAI
Oracle
Mistral
Black Forest Labs
Developers
Fiend
Made by Flubel
FlubelMC
Zenzing
Sentient
SQLDB
Flubel-Shop
Flubel-Dev
Xmage
Tech Partners
Google
Meta
OpenAI
Oracle
Mistral
Black Forest Labs
Developers
Fiend
© 2025, Flubel, Inc. All rights reserved. FlubelMC, Zenzing, SQLDB, Sentient, Flubel-Shop and its logo are Flubel’s trademarks or registered trademarks in the US and elsewhere.
Back to Top