s7-generator
v1.2.0
Published
Desenvolvido para criar bot gerador Discord.
Downloads
21
Maintainers
Readme
S7 Geradores
Installation
$ npm init --y
$ npm install s7-generator
Configuration
const { ClientBot, VendasAcesso } = require('s7-generator');
const client = new ClientBot({ intents: 32767 }, "YOUR BOT TOKEN");
const vendaAcesso = new VendasAcesso();
// CONFIG GENERATOR REQUIRED //
client.configGenerator({
Prefix: "PREFIX BOT",
Cooldown: "WAITING TIME",
Channel: ["ID CHANNEL GENERATOR"],
Role: ["ID ROLE GENERATOR"],
Status: ["STATUS BOT"],
Enabled: true // default true
});
// CONFIG PAYMENT //
vendaAcesso.configVendas({
Token: "YOUR TOKEN MERCADO PAGO",
Price: "GENERATOR ACCESS PRICE",
Category: "CATEGORY CART",
Role: "ACCESS ROLE"
});
Usage
$ npm run start
Features
- This npm was created with the main focus of creating an account generator Discord Bot.
- Required to have Node.js installed.