discord-bot-invite

1.0.0 • Public • Published

Installation

$ npm i discord-bot-inv --save

Options

Option 1

This will send your bots invite link!

const dbi = require('discord-bot-inv')

message.channel.send(dbi.genInv('661588718662057984')) // use your bots id!

Option 2

This will send an embed with your bots invite link!

const dbi = require('discord-bot-inv')

message.channel.send(dbi.genInvWithEmbed('661588718662057984', "RED")) // use your bots id and the color you would like (write a color in uppercase letters or write a hex code!)

Package Sidebar

Install

npm i discord-bot-invite

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

1.94 kB

Total Files

4

Last publish

Collaborators

  • cxstin