2.0.3 • Published 3 years ago

tfc-ghostpings v2.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

TFC Ghost Pings

Installation⭐

npm i tfc-ghostpings@latest

Usage✨

const tfcghost = require('tfc-ghostpings')
const Discord = require('discord.js')
const { Intents } = require('discord.js')
const client = new Discord.Client({ intents: 32767 })
tfcghost.ghostping(client)


client.on("ghostPing", (message, pinger, pinged, mcontent) => {
    const embed = new Discord.MessageEmbed()
    .setTitle('👻 Ghost Ping Detected! 👻')
    .addField('Author:', `${pinger}`, true)
    .addField('Person That Got Pinged', `${pinged}`, true)
    .addField('Content:', `${mcontent}`, true)
    .setColor('RANDOM')
    .setTimestamp()
    message.channel.send({embeds: [embed]})
})
2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago