pcord
v1.0.0
Published
A discord package.
Downloads
4
Readme
How to install ?
npm install pcord
Need Help ? Join the Discord Server
We love to help people. Join the server. Dont be shy.
When Using Buttons
npm install discord-buttons
// Code Example
const Discord = require('discord.js')
const disbut = require('discord-buttons')
const client = new Discord.Client()
disbut(client)
// disbut(client) needs to be below the client