Skip to content

IgorKowalczyk/active-dev

Repository files navigation

Active Developer


🔩 Without installation (Replit)

Run on Repl.it

Steps:

  • Go to Replit and click Import from GitHub
  • Go to Discord Developer Portal 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 and install it
  • Clone this repository (Download)
  • 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 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

active-developer.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 and describe it clearly.

📥 Pull Requests

When submitting a pull request, please follow these steps:

  • Clone this repository 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 on GitHub and clearly describe the feature or fix you are proposing.

📋 License

This project is licensed under the MIT. See the LICENSE file for details