Skip to content

CaptainTsu/Bloxlink-Auto-Updater-Without-Premium-By-Captain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Bloxlink Auto Updater Without Premium - By Captain

🚀 Automatically updates every user's roblox in your Discord Server with /update slash command - No Premium required*
👨‍💻 Created by Captain @toorecap (me ofc), this auto updater supports updating 100,000+ members without rate limiting.


⭐️ If you enjoyed the project, please give it a star by clicking the button at the top right of the page.
🙏 Thank you!


Jump To


Configurations

Configs

 // General Configs
 module.exports = {
   TOKEN: '',

   SERVER_ID: '', 
   CHANNEL_ID: '',
   DELAY: 5000 //Delay between updating users (default 5 sec)
}
  • TOKEN: Your account's token (required to run).
  • SERVER_ID: Your server's ID where you want to run this.
  • CHANNEL_ID: Channel ID where you want to run this.
  • DELAY: Delay between updating users (5/6 sec recommended)

Contributing

Contributions are welcome! Please follow these guidelines:

  1. Fork the Repository:

    • Click the "Fork" button at the top-right of the repository page to create your copy.
  2. Create a New Branch:

    • Create a new branch for your changes:
      git checkout -b my-feature-branch
  3. Make Your Changes:

    • Implement your changes or new features.
  4. Commit and Push:

    • Commit your changes and push to your forked repository:
      git add .
      git commit -m "Add new feature"
      git push origin my-feature-branch
  5. Submit a Pull Request:

    • Open a pull request from your branch to the main branch of the original repository.

Support

If you have any questions or need support with this project, feel free to join our Discord server. For issues or bugs, please visit the issues section and submit a new issue.


Made by




License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

About

Automatically updates every user's roblox in your Discord Server with /update slash command - No Premium required

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published