1.2.0 • Published 12 months ago

s7-generator v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

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.

Support

Tools Used

Developers

1.2.0

12 months ago

1.1.9

12 months ago

1.1.8

12 months ago

1.1.7

12 months ago

1.1.6

12 months ago

1.1.5

12 months ago

1.1.4

12 months ago

1.1.3

12 months ago

1.1.2

12 months ago

1.1.0

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago