1.3.2 • Published 3 years ago

discord.js-ghost v1.3.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

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!