djs-vanity

1.0.6 • Public • Published

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

Package Sidebar

Install

npm i djs-vanity

Weekly Downloads

110

Version

1.0.6

License

ISC

Unpacked Size

2.86 kB

Total Files

3

Last publish

Collaborators

  • ombodkhe15