This Bot is a discord Floppa-bot with buttons made with Discord.js v13
You need to have Node.JS 16+
git clone https://github.com/xFloppa/Floppa-Bot
cd Floppa-Bot
npm i
//config.json
{
"idbot": "id of the bot",
"staff": "id of the role support",
"member": "id of the role member",
"prefix": "YOUR PREFIX",
"footerText": "the footer of the embeds"
}
//token.json
{
"token": "token of your discord bot"
}
node deploy-commands.js # To deploy s/ash commands
node index.js # To start the Floppa-Bot