https://github.com/igorkowalczyk/active-dev
🛡️ Node.js app to get active developer badge on Discord
https://github.com/igorkowalczyk/active-dev
active-developer active-developer-badge discord discord-badge nodejs
Last synced: 2 months ago
JSON representation
🛡️ Node.js app to get active developer badge on Discord
- Host: GitHub
- URL: https://github.com/igorkowalczyk/active-dev
- Owner: IgorKowalczyk
- License: mit
- Created: 2022-12-14T16:35:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T10:32:19.000Z (2 months ago)
- Last Synced: 2025-04-13T17:18:03.815Z (2 months ago)
- Topics: active-developer, active-developer-badge, discord, discord-badge, nodejs
- Language: TypeScript
- Homepage: https://support-dev.discord.com/hc/en-us/articles/10113997751447
- Size: 899 KB
- Stars: 9
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README

---
## 🔩 Without installation (Replit)
[](https://repl.it/github/igorkowalczyk/active-dev)
**Steps:**
- Go to [Replit](https://repl.it/github/igorkowalczyk/active-dev) and click `Import from GitHub`
- Go to [Discord Developer Portal](https://discord.com/developers/applications) and create a new application
- Go to `Bot` tab and create a new bot, then copy the token
- Check if you enabled Community in your Discord server
- In Replit click `Run` button and wait for the app to start
- Follow the instructions in the CLI and you're done!## 🔩 Installation (Windows)
- Download the latest version of Node.js from [here](https://nodejs.org/en/download/) and install it
- Clone this repository ([Download](https://github.com/IgorKowalczyk/active-dev/archive/refs/heads/main.zip))
- Find the `.zip` file you downloaded and extract it
- Open the folder in your terminal (In Windows you can use `win` + `R` and type `cmd` and then `cd` drag the folder to the terminal)
- Install dependencies by running `npm install` or `pnpm install`
- Go to [Discord Developer Portal](https://discord.com/developers/applications) and create a new application
- Go to `Bot` tab and create a new bot, then copy the token
- Run `npm start` or `pnpm start`
- Check if you enabled Community in Discord your server
- Paste the token when asked and press enter
- Follow the instructions in the CLI and you're done!## 📹 Video tutorial
https://user-images.githubusercontent.com/49127376/210598199-48529c34-d783-4d6c-bb56-5bfb7a1a8219.mp4
> [!NOTE]
> The bot token shown in the video has already been removed so don't try to use it.## ⁉️ Issues
If you come across any errors or have suggestions for improvements, please create a [new issue here](https://github.com/igorkowalczyk/active-dev/issues) and describe it clearly.
## 📥 Pull Requests
When submitting a pull request, please follow these steps:
- Clone [this repository](https://github.com/igorkowalczyk/active-dev) `https://github.com/IgorKowalczyk/active-dev.git`
- Create a branch from `main` and give it a meaningful name (e.g. `my-awesome-new-feature`).
- Open a [pull request](https://github.com/igorkowalczyk/active-dev/pulls) on [GitHub](https://github.com/) and clearly describe the feature or fix you are proposing.## 📋 License
This project is licensed under the MIT. See the [LICENSE](https://github.com/igorkowalczyk/active-dev/blob/master/license.md) file for details