Socket
Socket
Sign inDemoInstall

discord.js-ghost

Package Overview
Dependencies
97
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    discord.js-ghost

Fake URL için kullanılabilir bir modüldür.


Version published
Maintainers
1
Created

Readme

Source

discord.js-ghost

Installation:

  • npm install discord.js-ghost

Code:

const client = new (require('discord.js')).Client();

client.on('ready', async () => console.log('ready'));

client.on('message', async (m) => {
  if (m.content == "!url") {
    return m.channel.ghostServerLink(m, {
      vanityLink: "a invalid vanity url",
      serverLink: "a valid server url"
    });
  }
});

client.login('token');

Contact:

  • Discord IGN: melih#1337 & kaan#1337
  • Discord Server: Click!

Keywords

FAQs

Last updated on 28 Jul 2021

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc