API
Constructor
new API(options)Properties
Methods
Events
.fetchInvite(code)
Return
Type
Description
// Log: { guild, inviter, channel }
let data = api.fectchInvite('Dx69DGnsHg')
console.log(data.all)Last updated
new API(options)// Log: { guild, inviter, channel }
let data = api.fectchInvite('Dx69DGnsHg')
console.log(data.all)Last updated