byigitt / url

discord vanity url spammer
MIT License
18 stars 7 forks source link
discord-bot discord-js discord-url discord-url-spammer discord-vanity discord-vanity-url

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

Installation

Clone the repository:

git clone https://github.com/byigitt/url.git
cd url

Install dependencies:

npm install

Configuration

Create a config.json file in the root directory and populate it with your server information:

{
  "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:

npm start

The bot will start monitoring the server's vanity URL and attempt to change it to the desired value as configured.

Troubleshooting

Contributing

Feel free to open issues or submit pull requests for any bugs or improvements.

License

This project is licensed under the ISC License.