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!
- 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 typecmd
and thencd
drag the folder to the terminal) - Install dependencies by running
npm install
orpnpm 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
orpnpm 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!
active-developer.mp4
Note
The bot token shown in the video has already been removed so don't try to use it.
If you come across any errors or have suggestions for improvements, please create a new issue here and describe it clearly.
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.
This project is licensed under the MIT. See the LICENSE file for details