Skip to content

Latest commit

 

History

History
75 lines (61 loc) · 2.74 KB

README.md

File metadata and controls

75 lines (61 loc) · 2.74 KB

Welcome to discord-buttons 👋



Version Documentation Maintenance License: Apache--2.0

What is Discord-Buttons?

A framework which add's the ability of buttons to discord.js!

Features

  • 🧑 Beginner friendly
  • 🎉 Easy to use
  • ✨ Simple
  • ⚙️ Collector/Await Buttons
  • 💥 Event(s): clickButton
  • and much more!

📂 NPM

Install

npm i discord-buttons

Setup

const Discord = require('discord.js'); // Defining the discord.js module.
const client = new Discord.Client(); // Creating the discord.js client.
const disbut = require('discord-buttons')(client); // Defining the discord-buttons module and providing your discord.js client.

Examples

All examples and styles are located here.

Author

👤 AngeloCore

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

📝 License

Copyright © 2021 AngeloCore.
This project is Apache--2.0 licensed.