1.2.0 • Published 3 years ago
simpledjsbuttons v1.2.0
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]})
```