[go: up one dir, main page]

Skip to content

IgorKowalczyk/active-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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