1.0.6 • Published 3 years ago

djs-vanity v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago