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" })
}
});
👥 Contact us | Support
Package Sidebar
Install
Weekly Downloads