Skip to content

A simple & easy way to change your discord server vanity

License

Notifications You must be signed in to change notification settings

OmBodkhe1/djs-vanity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple & easy way to change your discord server vanity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published