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!
// 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)
Contributions are welcome! Please follow these guidelines:
-
Fork the Repository:
- Click the "Fork" button at the top-right of the repository page to create your copy.
-
Create a New Branch:
- Create a new branch for your changes:
git checkout -b my-feature-branch
- Create a new branch for your changes:
-
Make Your Changes:
- Implement your changes or new features.
-
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
- Commit your changes and push to your forked repository:
-
Submit a Pull Request:
- Open a pull request from your branch to the
main
branch of the original repository.
- Open a pull request from your branch to the
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.