Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byigitt/url
discord vanity url spammer
https://github.com/byigitt/url
discord-bot discord-js discord-url discord-url-spammer discord-vanity discord-vanity-url
Last synced: about 1 month ago
JSON representation
discord vanity url spammer
- Host: GitHub
- URL: https://github.com/byigitt/url
- Owner: byigitt
- License: mit
- Created: 2022-07-10T20:12:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T10:45:34.000Z (5 months ago)
- Last Synced: 2024-12-16T02:39:34.525Z (about 2 months ago)
- Topics: discord-bot, discord-js, discord-url, discord-url-spammer, discord-vanity, discord-vanity-url
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 19
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# URL Spammer
This project is a Discord bot designed to manage server vanity URLs. The bot checks the current vanity URL and attempts to change it to the desired URL at regular intervals.
## Prerequisites
- Node.js v16.9.0 or higher
- A Discord bot token
- Required permissions for the bot on the server## Installation
Clone the repository:
```bash
git clone https://github.com/byigitt/url.git
cd url
```Install dependencies:
```bash
npm install
```## Configuration
Create a config.json file in the root directory and populate it with your server information:```json
{
"id": "your_server_id",
"channel": "your_log_channel_id",
"code": "desired_vanity_url",
"role": "ping_role_id",
"token": "your_bot_token"
}
```## Running the bot
Start the bot using the command:
```bash
npm start
```The bot will start monitoring the server's vanity URL and attempt to change it to the desired value as configured.
## Troubleshooting
- Rate Limits: If the bot encounters rate limits, it will pause attempts to change the URL and try again after the rate limit duration.
- Unavailable URL: If the desired URL is taken, the bot will keep retrying until it's available.## Contributing
Feel free to open issues or submit pull requests for any bugs or improvements.## License
This project is licensed under the ISC License.