discord-bot-invite
v1.0.0
Published
Generate a invite link for your bot with just a line of code!
Downloads
3
Maintainers
Readme
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!)