1.0.0 • Published 3 years ago

discord-bot-invite v1.0.0

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

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!)