Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

djs-vanity

OmBodkhe1417ISC1.0.6

a package which you can use to change server vanity

djs-vanity, djs, discord.js, discord.js-vanity, discord-vanity, discord, vanity-discord

readme

djs-vanity

A Simple & Easy Way To Change Your Discord Server Vantiy




🖥️ How to install ?

npm install djs-vanity

Examples

const { setVanity } = require('djs-vanity')

client.on('interactionCreate', async interaction => {
  if (!interaction.isCommand()) return;
  if (interaction.commandName === 'vanity') {
  await setVanity({ client: client, guild: interaction.guild.id, code: "vanity code" })
  }
});

Need Help ? Join the Discord Server

👥 Contact us | Support