Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 358 Bytes

usdinviteurl.md

File metadata and controls

14 lines (11 loc) · 358 Bytes

$inviteURL

This function returns the url of the newly created/deleted invite. Only works in bot.onInviteCreate() and bot.onInviteDelete() and $fetchInvites

bot.inviteCreateCommand({
    channel: '772414449839636490', 
    code: `Invite Info:
  URL: $inviteURL
    `, //returns https://discord.gg/eR5v8KMP2s
})
bot.onInviteCreate()