1.0.0 • Published 3 years ago

npg-discord-button v1.0.0

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

📂 | Installation

npm i npg-discord-button

📜 | Setup

const discord = require('discord.js'); //Define the discord.js module
const client = new discord.Client(); //Creating discord.js client (constructor)
const disbut = require('npg-discord-button');
disbut(client);