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.
Clone the repository:
git clone https://github.com/byigitt/url.git
cd url
Install dependencies:
npm install
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"
}
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.
Feel free to open issues or submit pull requests for any bugs or improvements.
This project is licensed under the ISC License.