🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

discord-url

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord-url

Discord server vanity URL management tool.

7.0.1
latest
Version published
Weekly downloads
71
4.41%
Maintainers
1
Weekly downloads
 
Created
stats

⚠️ Warn Message: This Method Is A Forbidden Method On Discord, It Violates Discord Terms And Other Rules, I do not accept any responsibility, advice and return on the people who will use it, This Package Has No Connection With The Original Discord, It Was Made By 3 Parties.

How to Install?

To Install the discord-url module, open a console and write the code below.

npm install discord-url

How to use

For ES6 & TypeScript

import { VanityClient, VanityEvents } from "discord-url";
const vanityManager = new VanityClient({
    selfToken: 'Your Secret T0k3n',
    guildId: 'Target Guild ID'
})

vanityManager.setVanityURL('luppux').then((response) => {
    console.log('Request Sent Successfully');
}).catch((err) => {
  console.error(err);
});

vanityManager.on(VanityEvents.VanitySuccess, async(response) => {
 /* Vanity Will Be Triggered When URL Is Retrieved Successfully. */
})

vanityManager.on(VanityEvents.VanityError, async(response) => {
 /* It will be triggered when an error occurs while retrieving the 
  Vanity URL or it cannot be retrieved. */
})

Typing SVG

Discord Banner

FAQs

Package last updated on 27 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts