0.0.7 • Published 4 years ago
eris-buttons v0.0.7
Disclaimer
- This package is currently on development state, so use it at your own risk.
Note
- This is the Eris version of discord-buttons.
Requirements
| Minimum | Recommended | |
|---|---|---|
| Node.js | v12.x | v16.x |
| Eris | v0.16.0 | v0.16.1 |
Installation
npm:
npm install eris-buttonsyarn:
yarn add eris-buttonsSetup
const Eris = require("eris");
const eris_buttons = require("eris-buttons");
const client = new Eris.Client("Bot YOUR_BOT_TOKEN", {
intents: []
});
eris_buttons(client);Examples
Coming soon.
Issue
If you have a problem with the package, create issue template here.