Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.13 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.13 KB

djs-vanity

A simple & easy way to change your discord server vanity




🖥️ 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