3.2.1 • Published 3 years ago

discord.js-light-buttons v3.2.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

📂 | Installation

# NPM
npm install discord.js-light-buttons
# Yarn
yarn add discord.js-light-buttons

📜 | Setup

// Taken from discord.js-light example.
const Discord = require("discord.js-light");
const client = new Discord.Client({
	cacheGuilds: true,
	cacheChannels: false,
	cacheOverwrites: false,
	cacheRoles: false,
	cacheEmojis: false,
	cachePresences: false
});

// Initalize the buttons module.
require("discord.js-light-buttons")(client);

✍ | Examples

All of the Examples and Button Styles are in examples.md Also you can check discord-buttons's Documentation, if you need some more informations, please check the original package.

👥 | Issues

If you see problems or issues, please open an issue.\ Take note that this module is only a fork of the discord-buttons module. I will try to maintain this package as much as I can for the moment.

3.2.1

3 years ago