simpledjsbuttons
v1.2.0
Published
```js const { button } = require('simpledjsbuttons')
Readme
SimpleDjsButtons
const { button } = require('simpledjsbuttons')
const button = new button({
style: "grey",
id: "id",
label: "This is a button"
})
message.channel.send({content: "Message", components: [button]})
```