4.1.0 • Published 3 years ago

tfc-invitelogger v4.1.0

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

TFC Invite Logger

Installation⭐

npm i tfc-invitelogger@latest

Usage✨

const tfcinvitelogger = require('tfc-invitelogger')
const Discord = require('discord.js')
const { Intents } = require('discord.js')
const client = new Discord.Client({ intents: 32767 })
tfcinvitelogger.inviteLogger(client)


client.on("inviteLogger", (member, invite, inviter) => {
    let channelID = 'Channel Id Here!'
    let channel = member.guild.channels.cache.get(channelID)
    if (!channel) return
    channel.send(`The Member **${member.user.tag}** Was Invited By **${inviter.tag}** Using Invite Code **${invite.code}** With Uses Of **${invite.uses}**`)
})
4.1.0

3 years ago

4.0.1

3 years ago

4.0.0

4 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago