discord buttons
//On your main file paste this to under the client
require('discord-buttons')(client);
//then come your command file
const disbut = require("discord-buttons");
//for more information
'https://discord-buttons.js.org/'
discord buttons
//On your main file paste this to under the client
require('discord-buttons')(client);
//then come your command file
const disbut = require("discord-buttons");
//for more information
'https://discord-buttons.js.org/'
discord button
const disbut = require("discord-buttons");
let button = new disbut.MessageButton()
.setLabel("This is a button!")
.setStyle("blurple");
.setID("myid")
message.channel.send("Message with a button!", button);
discord buttons
npm i discord-buttons
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us