s7-generator

1.2.0 • Public • Published

S7 Geradores

NPM Version NODE Version Package License Discord

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.

Support

Discord

Tools Used

NodeJS MongoDB Visual Studio Code

Developers

Profile Profile

Package Sidebar

Install

npm i s7-generator

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

63.3 kB

Total Files

20

Last publish

Collaborators

  • eduzada