'How to change server vanity url with discord.js
As it says in the title, how can I change it with discord.js? I want to change using api v8 or using discord bot.
Solution 1:[1]
Unfortunately, because only guilds with level 3 can set a vanity URL, you can only set a vanity URL through the official Discord app. However you can recieve a guilds vanity URL with the following link: https://discord.com/api/v8/guilds/{guild-id}/vanity-url. Assuming your bot has MANAGE_GUILD permissions and you define the Authorization header.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Tyler2P |
