5antos / discord-buttons

A discord.js api for the discord buttons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discord-buttons

NPM version NPM downloads

NPM Banner



πŸ“‚ | Installation

npm i discord-buttons

πŸ“œ | Setup

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

✍ | Examples

All of our Examples and Button Styles are in examples.md Also you can check our Documentation, if you have any other problems/questions, you can join our Support Server!

πŸ‘₯ | Contact


About

A discord.js api for the discord buttons

License:Apache License 2.0


Languages

Language:JavaScript 100.0%