discord.js-ghost

1.3.2 • Public • Published

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!

Package Sidebar

Install

npm i discord.js-ghost

Weekly Downloads

1

Version

1.3.2

License

Apache-2.0

Unpacked Size

2.08 kB

Total Files

4

Last publish

Collaborators

  • ghostdevelopment