1.2.0 • Published 2 years ago

s7-generator v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago